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

KISSFC target

This commit is contained in:
Martin Budden 2016-06-11 12:31:06 +01:00
parent 5b275678b6
commit ccac8c30d6
25 changed files with 409 additions and 211 deletions

View file

@ -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;