diff options
Diffstat (limited to 'board/BuS/eb_cpu5282')
-rw-r--r-- | board/BuS/eb_cpu5282/eb_cpu5282.c | 2 |
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 2164b52dee..b1740ee9b9 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); |