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:
parent
94f95d6f16
commit
c10129bc50
36 changed files with 402 additions and 403 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue