mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Allow 32k for dshot600
This commit is contained in:
parent
a0cb722254
commit
b294ada0f1
1 changed files with 0 additions and 3 deletions
|
@ -1090,9 +1090,6 @@ void validateAndFixGyroConfig(void)
|
|||
case (PWM_TYPE_DSHOT300):
|
||||
motorUpdateRestriction = 0.0001f;
|
||||
break;
|
||||
case (PWM_TYPE_DSHOT600):
|
||||
motorUpdateRestriction = 0.0000625f;
|
||||
break;
|
||||
default:
|
||||
motorUpdateRestriction = 0.00003125f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue