1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Revert "Size Optimization: Move time-critical code from fc_core.c to fc_tasks.c"

This commit is contained in:
Michael Keller 2018-01-31 08:41:46 +13:00 committed by GitHub
parent 6271ddb60d
commit 14b3d574f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 157 additions and 166 deletions

View file

@ -46,8 +46,5 @@ bool processRx(timeUs_t currentTimeUs);
void updateArmingStatus(void);
void updateRcCommands(void);
void taskMainPidLoop(timeUs_t currentTimeUs);
bool isFlipOverAfterCrashMode(void);
#if defined(USE_GPS) || defined(USE_MAG)
void updateMagHold(void);
#endif