From c9d7ae6f47307e52e78e12878287c38698e28392 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 15 Jul 2016 06:29:46 -0600 Subject: [PATCH] Oops part of last commit was still in the editor. --- configs/same70-xplained/src/same70-xplained.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/same70-xplained/src/same70-xplained.h b/configs/same70-xplained/src/same70-xplained.h index 7fe8493b4ab..0859c0f450b 100644 --- a/configs/same70-xplained/src/same70-xplained.h +++ b/configs/same70-xplained/src/same70-xplained.h @@ -96,7 +96,7 @@ #endif #if CONFIG_NSH_MMCSDSLOTNO != 0 -# error SAME70 has only one MMC/SD slot (CONFIG_NSH_MMCSDMINOR) +# error SAME70 has only one MMC/SD slot (CONFIG_NSH_MMCSDSLOTNO) # undef CONFIG_NSH_MMCSDSLOTNO # define CONFIG_NSH_MMCSDSLOTNO 0 #endif