mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Renamed 'fcTasksInit' to 'tasksInit'. (#9070)
Renamed 'fcTasksInit' to 'tasksInit'.
This commit is contained in:
commit
cd8c2c8edc
3 changed files with 3 additions and 3 deletions
|
@ -955,7 +955,7 @@ void init(void)
|
|||
|
||||
setArmingDisabled(ARMING_DISABLED_BOOT_GRACE_TIME);
|
||||
|
||||
fcTasksInit();
|
||||
tasksInit();
|
||||
|
||||
systemState |= SYSTEM_STATE_READY;
|
||||
}
|
||||
|
|
|
@ -223,7 +223,7 @@ static void taskCameraControl(uint32_t currentTime)
|
|||
}
|
||||
#endif
|
||||
|
||||
void fcTasksInit(void)
|
||||
void tasksInit(void)
|
||||
{
|
||||
schedulerInit();
|
||||
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
#define LOOPTIME_SUSPEND_TIME 3 // Prevent too long busy wait times
|
||||
|
||||
void fcTasksInit(void);
|
||||
void tasksInit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue