mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Renamed 'fcTasksInit' to 'tasksInit'.
This commit is contained in:
parent
564f3031b2
commit
0565d1df1a
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue