1
0
Fork 0
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:
blckmn 2016-06-22 21:12:38 +10:00
parent f7c182bf3d
commit f293407a9d
5 changed files with 9 additions and 9 deletions

View file

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