1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Removed redundant defines from SPRF3 target.h

This commit is contained in:
Andrey Mironov 2018-08-27 16:26:27 +03:00
parent 793c5f7b71
commit fe5376bc66

View file

@ -94,12 +94,10 @@
#define ACC_MPU6500_ALIGN CW270_DEG
#elif defined(ZCOREF3)
#define USE_GYRO
#define USE_GYRO_MPU6500
#define USE_GYRO_SPI_MPU6500
#define GYRO_MPU6500_ALIGN CW180_DEG
#define USE_ACC
#define USE_ACC_MPU6500
#define USE_ACC_SPI_MPU6500
#define ACC_MPU6500_ALIGN CW180_DEG
@ -115,11 +113,9 @@
#define MPU6500_SPI_INSTANCE SPI1
#elif defined(IRCSYNERGYF3)
#define GYRO
#define USE_GYRO_SPI_MPU6000
#define GYRO_MPU6000_ALIGN CW270_DEG
#define ACC
#define USE_ACC_SPI_MPU6000
#define ACC_MPU6000_ALIGN CW270_DEG