Correct typos in SAMV71-XULT and SAME70-Xplained header files.

This commit is contained in:
Vladimir Komendantskiy 2016-07-15 06:26:04 -06:00 committed by Gregory Nutt
parent ccf4bfafcb
commit fd51393a37
2 changed files with 5 additions and 5 deletions

View File

@ -91,11 +91,11 @@
# define CONFIG_NSH_MMCSDMINOR 0
#endif
#ifndef CONFIG_NSH_MMCSDMINOR
#ifndef CONFIG_NSH_MMCSDSLOTNO
# define CONFIG_NSH_MMCSDSLOTNO 0
#endif
#if CONFIG_NSH_MMCSDMINOR != 0
#if CONFIG_NSH_MMCSDSLOTNO != 0
# error SAME70 has only one MMC/SD slot (CONFIG_NSH_MMCSDMINOR)
# undef CONFIG_NSH_MMCSDSLOTNO
# define CONFIG_NSH_MMCSDSLOTNO 0

View File

@ -100,12 +100,12 @@
# define CONFIG_NSH_MMCSDMINOR 0
#endif
#ifndef CONFIG_NSH_MMCSDMINOR
#ifndef CONFIG_NSH_MMCSDSLOTNO
# define CONFIG_NSH_MMCSDSLOTNO 0
#endif
#if CONFIG_NSH_MMCSDMINOR != 0
# error SAMV71 has only one MMC/SD slot (CONFIG_NSH_MMCSDMINOR)
#if CONFIG_NSH_MMCSDSLOTNO != 0
# error SAMV71 has only one MMC/SD slot (CONFIG_NSH_MMCSDSLOTNO)
# undef CONFIG_NSH_MMCSDSLOTNO
# define CONFIG_NSH_MMCSDSLOTNO 0
#endif