Fix sensor detection on old revision naze boards with MPU3050 (missing
#define). Fixes #134.
This commit is contained in:
parent
7596e1d2ca
commit
d6012058a3
|
@ -60,6 +60,7 @@
|
|||
#define MPU6500_SPI_INSTANCE NAZE_SPI_INSTANCE
|
||||
|
||||
#define GYRO
|
||||
#define USE_GYRO_MPU3050
|
||||
#define USE_GYRO_MPU6050
|
||||
|
||||
#define ACC
|
||||
|
|
Loading…
Reference in New Issue