mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Removed restriction on task statistics when running 32k/32k
This commit is contained in:
parent
fb9fd5cd20
commit
24fefeaff7
1 changed files with 0 additions and 3 deletions
|
@ -1029,9 +1029,6 @@ void validateAndFixConfig(void)
|
|||
}
|
||||
|
||||
validateAndFixGyroConfig();
|
||||
if (gyroConfig()->gyro_use_32khz && pidConfig()->pid_process_denom == 1) {
|
||||
schedulerSetCalulateTaskStatistics(false);
|
||||
}
|
||||
|
||||
#if defined(TARGET_VALIDATECONFIG)
|
||||
targetValidateConfiguration(&masterConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue