mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +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 */
|
/* initial LED state */
|
||||||
drv_led_start();
|
drv_led_start();
|
||||||
led_off(LED_RED);
|
led_off(LED_RED);
|
||||||
led_off(LED_GREEN);
|
led_on(LED_GREEN); // Indicate Power.
|
||||||
led_off(LED_BLUE);
|
led_off(LED_BLUE);
|
||||||
|
|
||||||
if (board_hardfault_init(2, true) != 0) {
|
if (board_hardfault_init(2, true) != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user