summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-10 07:11:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-10 07:11:13 -0600
commit9df575df406aa6e8c28bd8836ddebd54a930e14f (patch)
tree8a75eee457d6a96e7516c0d28d129e592ef17ac1
parentfd2bf076d015face6d77dc9e12d5b1e9c2402c60 (diff)
downloadnuttx-9df575df406aa6e8c28bd8836ddebd54a930e14f.tar.gz
nuttx-9df575df406aa6e8c28bd8836ddebd54a930e14f.tar.bz2
nuttx-9df575df406aa6e8c28bd8836ddebd54a930e14f.zip
Arduino Due: RXD0 pull-up works with both REV2 and REV3
-rw-r--r--nuttx/configs/arduino-due/include/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/arduino-due/include/board.h b/nuttx/configs/arduino-due/include/board.h
index b9059131e..16ffc23bf 100644
--- a/nuttx/configs/arduino-due/include/board.h
+++ b/nuttx/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: