1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

Combined timer output and inverted fields

This commit is contained in:
Martin Budden 2016-06-29 20:12:52 +01:00
parent 94f95d6f16
commit c10129bc50
36 changed files with 402 additions and 403 deletions

View file

@ -93,8 +93,6 @@ typedef enum {
PWM_PF_OUTPUT_PROTOCOL_ONESHOT = (1 << 4)
} pwmPortFlags_e;
enum {PWM_INVERTED = 1};
typedef struct pwmPortConfiguration_s {
uint8_t index;
pwmPortFlags_e flags;