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:
parent
d8faab6539
commit
c1d27b5a65
6 changed files with 45 additions and 19 deletions
|
@ -568,6 +568,6 @@ void init(void)
|
|||
motorControlEnable = true;
|
||||
|
||||
fcTasksInit();
|
||||
schedulerSetCalulateTaskStatistics(masterConfig.task_statistics);
|
||||
systemState |= SYSTEM_STATE_READY;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue