mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Remove usage of feature() from pwm driver code so that driver code does
not have a dependency on config.c.
This commit is contained in:
parent
d7e26980a8
commit
e802e2d032
7 changed files with 42 additions and 41 deletions
|
@ -45,6 +45,7 @@ typedef struct drv_pwm_config_t {
|
|||
bool useUART2;
|
||||
#endif
|
||||
bool useVbat;
|
||||
bool useOneshot;
|
||||
bool useSoftSerial;
|
||||
bool useLEDStrip;
|
||||
bool useServos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue