Skip to content
Snippets Groups Projects
Commit f3e312e7 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

fmu-v5:Default the Power LED on

parent 02454e5f
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ __EXPORT int board_app_initialize(uintptr_t arg)
/* initial LED state */
drv_led_start();
led_off(LED_RED);
led_off(LED_GREEN);
led_on(LED_GREEN); // Indicate Power.
led_off(LED_BLUE);
if (board_hardfault_init(2, true) != 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment