Fixed Q0 Max comiling error
This commit is contained in:
parent
4df1642f24
commit
c992068d11
@ -546,7 +546,9 @@ void indicator_battery_low(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void indicator_task(void) {
|
void indicator_task(void) {
|
||||||
|
#if defined(BAT_LEVEL_LED_LIST)
|
||||||
bat_level_animiation_task();
|
bat_level_animiation_task();
|
||||||
|
#endif
|
||||||
if (indicator_config.value && timer_elapsed32(indicator_timer_buffer) >= next_period) {
|
if (indicator_config.value && timer_elapsed32(indicator_timer_buffer) >= next_period) {
|
||||||
indicator_timer_cb((void *)&type);
|
indicator_timer_cb((void *)&type);
|
||||||
indicator_timer_buffer = timer_read32();
|
indicator_timer_buffer = timer_read32();
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user