1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 17:55:30 +03:00

Improved consistency of update fn naming. GPS update tidy.

This commit is contained in:
Martin Budden 2016-10-16 08:06:31 +01:00
parent 1d6240c9d5
commit c0d87ca657
12 changed files with 34 additions and 37 deletions

View file

@ -779,7 +779,7 @@ void subTaskMainSubprocesses(void)
#endif
#ifdef TRANSPONDER
updateTransponder(startTime);
transponderUpdate(startTime);
#endif
if (debugMode == DEBUG_PIDLOOP) {debug[1] = micros() - startTime;}
}