mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Renamed pin on timerHardware_t to tag for clarity
This commit is contained in:
parent
f7c182bf3d
commit
f293407a9d
5 changed files with 9 additions and 9 deletions
|
@ -70,9 +70,9 @@ typedef struct timerDef_s {
|
|||
rccPeriphTag_t rcc;
|
||||
} timerDef_t;
|
||||
|
||||
typedef struct {
|
||||
typedef struct timerHardware_s {
|
||||
TIM_TypeDef *tim;
|
||||
ioTag_t pin;
|
||||
ioTag_t tag;
|
||||
uint8_t channel;
|
||||
uint8_t irq;
|
||||
uint8_t outputEnable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue