Fixed Q0 Max comiling error

This commit is contained in:
lokher 2024-11-12 08:48:59 +08:00
parent 4df1642f24
commit c992068d11
3 changed files with 2 additions and 0 deletions

View File

@ -546,7 +546,9 @@ void indicator_battery_low(void) {
}
void indicator_task(void) {
#if defined(BAT_LEVEL_LED_LIST)
bat_level_animiation_task();
#endif
if (indicator_config.value && timer_elapsed32(indicator_timer_buffer) >= next_period) {
indicator_timer_cb((void *)&type);
indicator_timer_buffer = timer_read32();