mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Renamed 'fcTasksInit' to 'tasksInit'.
This commit is contained in:
parent
564f3031b2
commit
0565d1df1a
3 changed files with 3 additions and 3 deletions
|
@ -223,7 +223,7 @@ static void taskCameraControl(uint32_t currentTime)
|
|||
}
|
||||
#endif
|
||||
|
||||
void fcTasksInit(void)
|
||||
void tasksInit(void)
|
||||
{
|
||||
schedulerInit();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue