From d20c472282eef906862fcdc2a12a976ce09c1a2c Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Wed, 3 Sep 2014 17:00:39 +0200 Subject: [PATCH] [modules] baro_bmp: remove obsolete warning --- sw/airborne/modules/sensors/baro_bmp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sw/airborne/modules/sensors/baro_bmp.c b/sw/airborne/modules/sensors/baro_bmp.c index b865a776486..9fdb5f54bba 100644 --- a/sw/airborne/modules/sensors/baro_bmp.c +++ b/sw/airborne/modules/sensors/baro_bmp.c @@ -41,10 +41,6 @@ #include "subsystems/datalink/downlink.h" -#if !defined(SENSOR_SYNC_SEND) && !defined(USE_BARO_BMP) -#warning set SENSOR_SYNC_SEND to use baro_bmp -#endif - #ifndef BMP_I2C_DEV #define BMP_I2C_DEV i2c0 #endif