From: Nathael Pajani Date: Tue, 10 Nov 2015 20:35:08 +0000 (+0100) Subject: Comment fix X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=7c674a44780ac2670b7444507f15af14d88b0ef2;p=soft%2Flpc122x%2Fcore Comment fix --- diff --git a/include/core/pio.h b/include/core/pio.h index 30d9c73..36ad395 100644 --- a/include/core/pio.h +++ b/include/core/pio.h @@ -150,7 +150,7 @@ void set_pins(const struct pio_config* pins); #define LPC_UART0_RI_PIO_0_6 {0, 6, 2} #define LPC_UART0_RI_PIO_2_5 {2, 5, 4} #define LPC_UART0_RTS_PIO_0_0 {0, 0, 2} -#define LPC_UART0_RTS_PIO_2_0 {2, 0, 5} /* FIXME: Doc does not list func 1 ... maybe its func 4 */ +#define LPC_UART0_RTS_PIO_2_0 {2, 0, 5} /* FIXME: Doc does not list func 1 ... maybe it is func 4 */ /* UART1 Rx/Tx Pins */ #define LPC_UART1_RX_PIO_0_8 {0, 8, 2}