fixed ledstrip warning overlay - line 708 back again

This commit is contained in:
TheAngularity 2016-07-20 21:22:30 +02:00 committed by GitHub
parent cfc38960f2
commit 2537416142
1 changed files with 1 additions and 0 deletions

View File

@ -705,6 +705,7 @@ static void applyLedWarningLayer(bool updateNow, uint32_t *timer)
default:;
}
}
if (warningColor)
applyLedHsv(LED_MOV_OVERLAY(LED_FLAG_OVERLAY(LED_OVERLAY_WARNING)), warningColor);
}
}