summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6432-s2e/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s6432-s2e/src/up_boot.c')
-rw-r--r--nuttx/configs/lm3s6432-s2e/src/up_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6432-s2e/src/up_boot.c b/nuttx/configs/lm3s6432-s2e/src/up_boot.c
index b8aaf5d78..8d1d276ac 100644
--- a/nuttx/configs/lm3s6432-s2e/src/up_boot.c
+++ b/nuttx/configs/lm3s6432-s2e/src/up_boot.c
@@ -54,7 +54,7 @@
* Definitions
************************************************************************************/
-#if defined(CONFIG_LM_UART1) && !defined(CONFIG_SSI0_DISABLE)
+#if defined(CONFIG_TIVA_UART1) && !defined(CONFIG_SSI0_DISABLE)
# error Only one of UART1 and SSI0 can be enabled on this board.
#endif