summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: