summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou/src/up_nsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/shenzhou/src/up_nsh.c')
-rw-r--r--nuttx/configs/shenzhou/src/up_nsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/shenzhou/src/up_nsh.c b/nuttx/configs/shenzhou/src/up_nsh.c
index e6126ba4d..685281f5d 100644
--- a/nuttx/configs/shenzhou/src/up_nsh.c
+++ b/nuttx/configs/shenzhou/src/up_nsh.c
@@ -116,7 +116,7 @@
/* Can't support W25 features if mountpoints are disabled */
-#if defined(CONFIG_DISABLE_MOUNTPOINT)
+#ifdef CONFIG_DISABLE_MOUNTPOINT
# undef HAVE_W25
#endif
@@ -194,7 +194,7 @@ int nsh_archinitialize(void)
/* Initialize the SPI-based MMC/SD slot */
#ifdef HAVE_MMCSD
- ret = stm32_sdinitialze(CONFIG_NSH_MMCSDMINOR);
+ ret = stm32_sdinitialize(CONFIG_NSH_MMCSDMINOR);
if (ret < 0)
{
message("nsh_archinitialize: Failed to initialize MMC/SD slot %d: %d\n",