mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Removing some settings for simplicity, motor_pwm_protocol (for all protocols) and motor_pwm_rate (to sync or unsync)
This commit is contained in:
parent
a008c43ffb
commit
827b576f6d
5 changed files with 6 additions and 18 deletions
|
@ -54,19 +54,11 @@ typedef struct drv_pwm_config_s {
|
|||
bool useSerialRx;
|
||||
bool useRSSIADC;
|
||||
bool useCurrentMeterADC;
|
||||
#ifdef STM32F10X
|
||||
bool useUART2;
|
||||
#endif
|
||||
#ifdef STM32F303xC
|
||||
bool useUART3;
|
||||
#endif
|
||||
#ifdef STM32F4
|
||||
bool useUART2;
|
||||
bool useUART6;
|
||||
#endif
|
||||
bool useVbat;
|
||||
bool useFastPwm;
|
||||
bool useUnsyncedPwm;
|
||||
bool useSoftSerial;
|
||||
bool useLEDStrip;
|
||||
#ifdef SONAR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue