mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
AP_Periph: re-init LEDs at 1Hz
This commit is contained in:
parent
dec72302f2
commit
42d72cfd66
@ -151,6 +151,9 @@ void AP_Periph_FW::update()
|
||||
#endif
|
||||
hal.scheduler->delay(1);
|
||||
show_stack_usage();
|
||||
#endif
|
||||
#ifdef HAL_PERIPH_NEOPIXEL_COUNT
|
||||
hal.rcout->set_neopixel_num_LEDs(HAL_PERIPH_NEOPIXEL_CHAN, HAL_PERIPH_NEOPIXEL_COUNT);
|
||||
#endif
|
||||
}
|
||||
can_update();
|
||||
|
Loading…
Reference in New Issue
Block a user