Correct typos in SAMV71-XULT and SAME70-Xplained header files.
This commit is contained in:
parent
ccf4bfafcb
commit
fd51393a37
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user