summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/src/lpc17_norinitialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/src/lpc17_norinitialize.c')
-rw-r--r--nuttx/configs/open1788/src/lpc17_norinitialize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/open1788/src/lpc17_norinitialize.c b/nuttx/configs/open1788/src/lpc17_norinitialize.c
index 76838b3f0..5c4e4714a 100644
--- a/nuttx/configs/open1788/src/lpc17_norinitialize.c
+++ b/nuttx/configs/open1788/src/lpc17_norinitialize.c
@@ -49,7 +49,7 @@
#include "open1788.h"
-#if defined(CONFIG_LPC17_EMC) && defined(CONFIG_LPC17_EMC_NOR)
+#if defined(CONFIG_LPC17_EMC) && defined(CONFIG_ARCH_EXTNOR)
/************************************************************************************
* Definitions
@@ -94,4 +94,4 @@ void lpc17_nor_initialize(void)
up_mdelay(10);
}
-#endif /* CONFIG_LPC17_EMC && CONFIG_LPC17_EMC_NOR */
+#endif /* CONFIG_LPC17_EMC && CONFIG_ARCH_EXTNOR */