summaryrefslogtreecommitdiff
path: root/board/BuS/eb_cpu5282/eb_cpu5282.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/BuS/eb_cpu5282/eb_cpu5282.c')
-rw-r--r--board/BuS/eb_cpu5282/eb_cpu5282.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuS/eb_cpu5282/eb_cpu5282.c b/board/BuS/eb_cpu5282/eb_cpu5282.c
index 2164b52dee0..b1740ee9b9a 100644
--- a/board/BuS/eb_cpu5282/eb_cpu5282.c
+++ b/board/BuS/eb_cpu5282/eb_cpu5282.c
@@ -174,7 +174,7 @@ void __led_init(led_id_t mask, int state)
void __led_set(led_id_t mask, int state)
{
- if (state == STATUS_LED_ON)
+ if (state == CONFIG_LED_STATUS_ON)
MCFGPTA_GPTPORT |= (1 << 3);
else
MCFGPTA_GPTPORT &= ~(1 << 3);