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:
parent
6271ddb60d
commit
14b3d574f7
5 changed files with 157 additions and 166 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue