summaryrefslogtreecommitdiff
path: root/driver/baro_bmp280.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/baro_bmp280.h')
-rw-r--r--driver/baro_bmp280.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/baro_bmp280.h b/driver/baro_bmp280.h
index c285d69b73..94da35dbe1 100644
--- a/driver/baro_bmp280.h
+++ b/driver/baro_bmp280.h
@@ -212,7 +212,6 @@ struct bmp280_drv_data_t {
#define BMP280_RATE_SHIFT 1
extern const struct accelgyro_drv bmp280_drv;
-extern struct bmp280_drv_data_t bmp280_drv_data;
#ifdef CONFIG_CMD_I2C_STRESS_TEST_ACCEL
extern struct i2c_stress_test_dev bmp280_i2c_stress_test_dev;