mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Build fix
This commit is contained in:
parent
dde42fdba9
commit
75d0ffe4e5
@ -124,7 +124,9 @@ heartbeat_blink(void)
|
||||
{
|
||||
static bool heartbeat = false;
|
||||
LED_BLUE(heartbeat = !heartbeat);
|
||||
#ifdef GPIO_LED4
|
||||
LED_RING(heartbeat);
|
||||
#endif
|
||||
}
|
||||
|
||||
static uint64_t reboot_time;
|
||||
@ -192,7 +194,9 @@ user_start(int argc, char *argv[])
|
||||
LED_AMBER(false);
|
||||
LED_BLUE(false);
|
||||
LED_SAFETY(false);
|
||||
#ifdef GPIO_LED4
|
||||
LED_RING(false);
|
||||
#endif
|
||||
|
||||
/* turn on servo power (if supported) */
|
||||
#ifdef POWER_SERVO
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user