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

Remove superfluous timerHardware properties

-> todo: remove the IO_CFG definitions and add flags for purpose
This commit is contained in:
blckmn 2016-10-15 17:04:45 +11:00
parent e65a77e87e
commit 4924894f41
43 changed files with 485 additions and 497 deletions

View file

@ -80,9 +80,6 @@ typedef struct timerHardware_s {
uint8_t irq;
uint8_t output;
ioConfig_t ioMode;
#if defined(STM32F3) || defined(STM32F4)
uint8_t alternateFunction;
#endif
} timerHardware_t;
typedef enum {