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:
parent
9a9c789c69
commit
d41e8631ee
3 changed files with 7 additions and 11 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue