remove double transponder update call

This commit is contained in:
Steffen Windoffer 2018-06-16 00:23:21 +02:00
parent a5ba01666b
commit b5a34603fe
1 changed files with 0 additions and 3 deletions

View File

@ -945,9 +945,6 @@ static FAST_CODE_NOINLINE void subTaskMainSubprocesses(timeUs_t currentTimeUs)
UNUSED(currentTimeUs);
#endif
#ifdef USE_TRANSPONDER
transponderUpdate(currentTimeUs);
#endif
DEBUG_SET(DEBUG_PIDLOOP, 3, micros() - startTime);
}