summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/src/eagle100_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/eagle100/src/eagle100_internal.h')
-rw-r--r--nuttx/configs/eagle100/src/eagle100_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/eagle100/src/eagle100_internal.h b/nuttx/configs/eagle100/src/eagle100_internal.h
index 8a76e2eb5..48da6b9f7 100644
--- a/nuttx/configs/eagle100/src/eagle100_internal.h
+++ b/nuttx/configs/eagle100/src/eagle100_internal.h
@@ -56,12 +56,12 @@
* expanded).
*/
-#if LM3S_NSSI == 0
+#if LM_NSSI == 0
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
-#elif LM3S_NSSI == 1
+#elif LM_NSSI == 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#endif