mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
KISSFC target
This commit is contained in:
parent
5b275678b6
commit
ccac8c30d6
25 changed files with 409 additions and 211 deletions
|
@ -97,6 +97,7 @@ typedef enum {
|
|||
PWM_PF_OUTPUT_PROTOCOL_ONESHOT = (1 << 4)
|
||||
} pwmPortFlags_e;
|
||||
|
||||
enum {PWM_INVERTED = 1};
|
||||
|
||||
typedef struct pwmPortConfiguration_s {
|
||||
uint8_t index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue