Fix sensor detection on old revision naze boards with MPU3050 (missing

#define). Fixes #134.
This commit is contained in:
Dominic Clifton 2014-12-01 19:38:58 +00:00
parent 7596e1d2ca
commit d6012058a3
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#define MPU6500_SPI_INSTANCE NAZE_SPI_INSTANCE
#define GYRO
#define USE_GYRO_MPU3050
#define USE_GYRO_MPU6050
#define ACC