mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
remove double transponder update call
This commit is contained in:
parent
a5ba01666b
commit
b5a34603fe
1 changed files with 0 additions and 3 deletions
|
@ -945,9 +945,6 @@ static FAST_CODE_NOINLINE void subTaskMainSubprocesses(timeUs_t currentTimeUs)
|
||||||
UNUSED(currentTimeUs);
|
UNUSED(currentTimeUs);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_TRANSPONDER
|
|
||||||
transponderUpdate(currentTimeUs);
|
|
||||||
#endif
|
|
||||||
DEBUG_SET(DEBUG_PIDLOOP, 3, micros() - startTime);
|
DEBUG_SET(DEBUG_PIDLOOP, 3, micros() - startTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue