diff --git a/conf/modules/humid_sht_i2c.xml b/conf/modules/humid_sht_i2c.xml index a9587748e3..82eb88d942 100644 --- a/conf/modules/humid_sht_i2c.xml +++ b/conf/modules/humid_sht_i2c.xml @@ -9,11 +9,11 @@
- - + + - + diff --git a/sw/airborne/modules/meteo/temp_tcouple_adc.h b/sw/airborne/modules/meteo/temp_tcouple_adc.h index b3636542e4..95f8a1b23f 100644 --- a/sw/airborne/modules/meteo/temp_tcouple_adc.h +++ b/sw/airborne/modules/meteo/temp_tcouple_adc.h @@ -5,7 +5,6 @@ #define TCOUPLE_NB 4 -extern uint16_t up[TCOUPLE_NB], dn[TCOUPLE_NB]; extern int32_t tcouple_cnt; void temp_tcouple_adc_init(void);