Fixed unpopped diagnostic
This commit is contained in:
parent
6a442b90a1
commit
9db5d64441
|
@ -224,7 +224,6 @@ void SystemTask::Work() {
|
|||
xTimerStart(dimTimer, 0);
|
||||
xTimerStart(measureBatteryTimer, portMAX_DELAY);
|
||||
|
||||
// Suppress endless loop diagnostic
|
||||
#pragma clang diagnostic push
|
||||
#pragma ide diagnostic ignored "EndlessLoop"
|
||||
while (true) {
|
||||
|
@ -437,6 +436,7 @@ void SystemTask::Work() {
|
|||
watchdog.Kick();
|
||||
}
|
||||
}
|
||||
#pragma clang diagnostic pop
|
||||
}
|
||||
|
||||
void SystemTask::UpdateMotion() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user