1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 05:45:31 +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

@ -22,4 +22,4 @@
#define LOOPTIME_SUSPEND_TIME 3 // Prevent too long busy wait times
void fcTasksInit(void);
void tasksInit(void);