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

Inverting #if statement

This commit is contained in:
blckmn 2016-11-15 16:36:06 +11:00
parent 8530989c28
commit 47fc1c83b4

View file

@ -46,7 +46,12 @@
#define BARO
#define USE_BARO_BMP280
#ifndef RMDO
#ifdef RMDO
#undef USE_GPS
#else
#define USE_BARO_MS5611
#define USE_BARO_BMP085
@ -58,8 +63,7 @@
#define USE_MAG_DATA_READY_SIGNAL
#define ENSURE_MAG_DATA_READY_IS_HIGH
#define MAG_INT_EXTI PC14
#else
#undef USE_GPS
#endif
#define USE_FLASHFS