summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src/up_usbmsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek/src/up_usbmsc.c')
-rw-r--r--nuttx/configs/sam3u-ek/src/up_usbmsc.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/nuttx/configs/sam3u-ek/src/up_usbmsc.c b/nuttx/configs/sam3u-ek/src/up_usbmsc.c
index d14a8f29e..0d58e2f45 100644
--- a/nuttx/configs/sam3u-ek/src/up_usbmsc.c
+++ b/nuttx/configs/sam3u-ek/src/up_usbmsc.c
@@ -62,15 +62,10 @@
# define CONFIG_EXAMPLES_USBMSC_DEVMINOR1 0
#endif
-/* SLOT number(s) could depend on the board configuration */
+/* SLOT number(s) depends on the board configuration */
-#ifdef CONFIG_ARCH_BOARD_SAM3U10E_EVAL
-# undef SAM_MMCSDSLOTNO
-# define SAM_MMCSDSLOTNO 0
-#else
- /* Add configuration for new SAM3U boards here */
-# error "Unrecognized SAM3U board"
-#endif
+#undef SAM_MMCSDSLOTNO
+#define SAM_MMCSDSLOTNO 0
/* Debug ********************************************************************/