1
0
Fork 0
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:
Martin Budden 2017-01-08 23:52:42 +00:00
parent fb9fd5cd20
commit 24fefeaff7

View file

@ -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);