1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Naze and all it traces removed

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-04-23 16:21:23 +02:00
parent 3c4668c7ee
commit bf3d4ac3d0
42 changed files with 42 additions and 633 deletions

View file

@ -167,12 +167,8 @@ static bool accDetect(accDev_t *dev, accelerationSensor_e accHardwareToUse)
#ifdef USE_ACC_MMA8452
case ACC_MMA8452: // MMA8452
#ifdef NAZE
// Not supported with this frequency
if (hardwareRevision < NAZE32_REV5 && mma8452Detect(dev)) {
#else
if (mma8452Detect(dev)) {
#endif
#ifdef ACC_MMA8452_ALIGN
dev->accAlign = ACC_MMA8452_ALIGN;
#endif