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:
parent
e65a77e87e
commit
4924894f41
43 changed files with 485 additions and 497 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue