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:
commit
f12cc31adc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue