1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +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

@ -272,10 +272,6 @@ void annexCode(void)
updateWarningLed(currentTime);
}
#if 0
debug[0] = armingFlags;
#endif
#ifdef TELEMETRY
checkTelemetryState();
#endif