summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src/up_head.S
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/c5471/src/up_head.S')
-rw-r--r--nuttx/arch/c5471/src/up_head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/src/up_head.S b/nuttx/arch/c5471/src/up_head.S
index 770caddce..d681a177e 100644
--- a/nuttx/arch/c5471/src/up_head.S
+++ b/nuttx/arch/c5471/src/up_head.S
@@ -117,7 +117,7 @@ __start:
#endif
/* Initialize onboard LEDs */
-#ifdef CONFIG_C5471_LEDS
+#ifdef CONFIG_ARCH_LEDS
bl up_ledinit
#endif