mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge remote-tracking branch 'henn1001/FastPWM' into betaflight
Conflicts: src/main/drivers/pwm_mapping.c
This commit is contained in:
commit
77534ed6f6
7 changed files with 23 additions and 2 deletions
|
@ -58,6 +58,7 @@ typedef struct drv_pwm_config_t {
|
|||
#endif
|
||||
bool useVbat;
|
||||
bool useOneshot;
|
||||
bool useFastPWM;
|
||||
bool useSoftSerial;
|
||||
bool useLEDStrip;
|
||||
#ifdef SONAR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue