From bb1f5e7d87de232c222326cc4f43d3804fffe48b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 10 Oct 2013 07:11:13 -0600 Subject: [PATCH] Arduino Due: RXD0 pull-up works with both REV2 and REV3 --- configs/arduino-due/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/arduino-due/include/board.h b/configs/arduino-due/include/board.h index b9059131e3..16ffc23bfc 100644 --- a/configs/arduino-due/include/board.h +++ b/configs/arduino-due/include/board.h @@ -197,7 +197,7 @@ /* GPIO pin configurations **********************************************************/ -#ifdef CONFIG_ADRUINO_DUE_REV3 +#if 1 /* #ifdef CONFIG_ADRUINO_DUE_REV3 works with REV2 as well */ /* This port was performed on the Arduino Due Rev 2 board. A NuttX user reported * issues with the serial port on his Aduino Due Rev 3 board. That problem was * resolved as follows: