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