1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Only calculate task statistics when in CLI

This commit is contained in:
Martin Budden 2017-01-08 23:45:27 +00:00
parent 03faeac0c1
commit fb9fd5cd20
3 changed files with 3 additions and 3 deletions

View file

@ -568,6 +568,5 @@ void init(void)
motorControlEnable = true;
fcTasksInit();
schedulerSetCalulateTaskStatistics(masterConfig.task_statistics);
systemState |= SYSTEM_STATE_READY;
}