1
0
Fork 0
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:
Dominic Clifton 2015-08-04 17:08:02 +01:00 committed by borisbstyle
parent 7f398cbe4b
commit 52d97869b8
26 changed files with 37472 additions and 22 deletions

View file

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