Fixed unpopped diagnostic
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user