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:
parent
032f3b501b
commit
9bf762e9e8
2 changed files with 9 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue