1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #11272 from klutvott123/f405-bidir-dshot600

This commit is contained in:
J Blackman 2022-01-12 03:25:39 +11:00 committed by GitHub
commit f12cc31adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -619,7 +619,7 @@ void validateAndFixGyroConfig(void)
// check for looptime restrictions based on motor protocol. Motor times have safety margin
float motorUpdateRestriction;
#if defined(STM32F40_41xxx) || defined(STM32F411xE)
#if defined(STM32F411xE)
/* If bidirectional DSHOT is being used on an F411 then force DSHOT300. The motor update restrictions then applied
* will automatically consider the loop time and adjust pid_process_denom appropriately
*/