1
0
Fork 0
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:
Dominic Clifton 2014-12-06 11:39:31 +00:00
parent d7e26980a8
commit e802e2d032
7 changed files with 42 additions and 41 deletions

View file

@ -45,6 +45,7 @@ typedef struct drv_pwm_config_t {
bool useUART2;
#endif
bool useVbat;
bool useOneshot;
bool useSoftSerial;
bool useLEDStrip;
bool useServos;