mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Change use_fast_pwm to forced_motor_pwm // New default fixed PWM rates
This commit is contained in:
parent
a5278740bd
commit
977fec408a
11 changed files with 24 additions and 20 deletions
|
@ -60,7 +60,7 @@ typedef struct drv_pwm_config_s {
|
|||
#endif
|
||||
bool useVbat;
|
||||
bool useOneshot;
|
||||
bool useFastPWM;
|
||||
bool useFixedPWM;
|
||||
bool useOneshot42;
|
||||
bool useMultiShot;
|
||||
bool useSoftSerial;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue