mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Sparky updates
This commit is contained in:
parent
d564b2f3a6
commit
626fffb712
4 changed files with 19 additions and 2 deletions
|
@ -122,7 +122,7 @@ const mpu6050Config_t *selectMPU6050Config(void)
|
|||
return &spRacingF3MPU6050Config;
|
||||
#endif
|
||||
|
||||
#ifdef MOTOLAB
|
||||
#if defined(MOTOLAB) || defined(SPARKY)
|
||||
static const mpu6050Config_t MotolabF3MPU6050Config = {
|
||||
.gpioAHBPeripherals = RCC_AHBPeriph_GPIOA,
|
||||
.gpioPort = GPIOA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue