From 7c674a44780ac2670b7444507f15af14d88b0ef2 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 10 Nov 2015 21:35:08 +0100 Subject: [PATCH] Comment fix --- include/core/pio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.43.0