1
0
Fork 0
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:
mikeller 2019-10-20 23:18:17 +13:00
parent 564f3031b2
commit 0565d1df1a
3 changed files with 3 additions and 3 deletions

View file

@ -223,7 +223,7 @@ static void taskCameraControl(uint32_t currentTime)
}
#endif
void fcTasksInit(void)
void tasksInit(void)
{
schedulerInit();