summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm4f120-launchpad/src/lmf4120-launchpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm4f120-launchpad/src/lmf4120-launchpad.h')
-rw-r--r--nuttx/configs/lm4f120-launchpad/src/lmf4120-launchpad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/lm4f120-launchpad/src/lmf4120-launchpad.h b/nuttx/configs/lm4f120-launchpad/src/lmf4120-launchpad.h
index 450fd8ea8..2024351c1 100644
--- a/nuttx/configs/lm4f120-launchpad/src/lmf4120-launchpad.h
+++ b/nuttx/configs/lm4f120-launchpad/src/lmf4120-launchpad.h
@@ -56,12 +56,12 @@
* expanded).
*/
-#if LM_NSSI < 1
+#if TIVA_NSSI < 1
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
-#elif LM_NSSI < 2
+#elif TIVA_NSSI < 2
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#endif