mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
fmu-v5:Default the Power LED on
This commit is contained in:
committed by
Lorenz Meier
parent
02454e5ffc
commit
f3e312e70e
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user