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

Added CLI option to turn off task statistics

This commit is contained in:
Martin Budden 2017-01-08 11:45:25 +00:00
parent d8faab6539
commit c1d27b5a65
6 changed files with 45 additions and 19 deletions

View file

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