mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
KISSFC target
This commit is contained in:
parent
5b275678b6
commit
ccac8c30d6
25 changed files with 409 additions and 211 deletions
|
@ -73,10 +73,12 @@ typedef struct {
|
|||
#ifdef STM32F3
|
||||
uint8_t gpioPinSource; // TODO - this can be removed and pinSource calculated from pin
|
||||
uint8_t alternateFunction;
|
||||
uint8_t outputInverted;
|
||||
#endif
|
||||
#ifdef STM32F4
|
||||
uint8_t gpioPinSource; // TODO - this can be removed and pinSource calculated from pin
|
||||
uint8_t alternateFunction;
|
||||
uint8_t outputInverted;
|
||||
#endif
|
||||
} timerHardware_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue