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

Sparky updates

This commit is contained in:
hrrr 2015-09-18 23:49:14 +02:00
parent d564b2f3a6
commit 626fffb712
4 changed files with 19 additions and 2 deletions

View file

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