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

Simplified target timer definitions

This commit is contained in:
blckmn 2016-11-08 15:47:25 +11:00
parent 657eee6617
commit 1dbd7ee732
3 changed files with 372 additions and 0 deletions

View file

@ -105,6 +105,7 @@ typedef struct timerHardware_s {
} timerHardware_t;
typedef enum {
TIMER_OUTPUT_NONE = 0x00,
TIMER_INPUT_ENABLED = 0x00,
TIMER_OUTPUT_ENABLED = 0x01,
TIMER_OUTPUT_INVERTED = 0x02,