diff options
Diffstat (limited to 'src/megametrum-v0.1')
-rw-r--r-- | src/megametrum-v0.1/ao_pins.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index af8eebae..e4c8c8fb 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -105,8 +105,6 @@ #define HAS_GPS 1 #define HAS_FLIGHT 1 #define HAS_ADC 1 -#define HAS_ACCEL 1 -#define HAS_ACCEL_REF 1 #define HAS_LOG 1 /* @@ -248,6 +246,7 @@ struct ao_adc { * Pressure sensor settings */ #define HAS_MS5607 1 +#define HAS_MS5611 0 #define AO_MS5607_PRIVATE_PINS 1 #define AO_MS5607_CS_PORT (&stm_gpioc) #define AO_MS5607_CS_PIN 4 |