1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Disable and cleanup some debug output.

This commit is contained in:
Dominic Clifton 2014-11-26 00:28:53 +00:00
parent 9a9c789c69
commit d41e8631ee
3 changed files with 7 additions and 11 deletions

View file

@ -568,9 +568,6 @@ void applyLedWarningLayer(uint8_t updateNow)
uint8_t ledIndex;
static uint8_t warningFlashCounter = 0;
debug[0] = warningFlashCounter;
if (updateNow && warningFlashCounter == 0) {
warningFlags = WARNING_FLAG_NONE;
if (feature(FEATURE_VBAT) && shouldSoundBatteryAlarm()) {