mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
SPRacingF3Mini - Initial support for new target.
This commit is contained in:
parent
7f398cbe4b
commit
52d97869b8
26 changed files with 37472 additions and 22 deletions
|
@ -117,7 +117,7 @@ const extiConfig_t *selectMPUIntExtiConfig(void)
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(SPRACINGF3)
|
||||
#if defined(SPRACINGF3) || defined(SPRACINGF3MINI)
|
||||
static const extiConfig_t spRacingF3MPUIntExtiConfig = {
|
||||
.gpioAHBPeripherals = RCC_AHBPeriph_GPIOC,
|
||||
.gpioPort = GPIOC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue