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:
parent
03faeac0c1
commit
fb9fd5cd20
3 changed files with 3 additions and 3 deletions
|
@ -568,6 +568,5 @@ 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