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

Eliminated more unnecessary calls.

This commit is contained in:
mikeller 2018-05-10 02:11:41 +12:00
parent 032f3b501b
commit 9bf762e9e8
2 changed files with 9 additions and 6 deletions

View file

@ -202,8 +202,6 @@ static void taskCalculateAltitude(timeUs_t currentTimeUs)
#ifdef USE_TELEMETRY
static void taskTelemetry(timeUs_t currentTimeUs)
{
telemetryCheckState();
if (!cliMode && feature(FEATURE_TELEMETRY)) {
telemetryProcess(currentTimeUs);
}