1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

KISSFC target

This commit is contained in:
Martin Budden 2016-06-11 12:31:06 +01:00
parent 5b275678b6
commit ccac8c30d6
25 changed files with 409 additions and 211 deletions

View file

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