Baro: fix HAL_F4light compilation errors

This commit is contained in:
night-ghost 2018-04-29 20:58:56 +05:00 committed by Andrew Tridgell
parent aadbd04726
commit eb0343649b
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
#include "AP_Baro_Backend.h"
#ifndef HAL_BARO_BMP280_I2C_ADDR
#define HAL_BARO_BMP280_I2C_ADDR (0x76)
#endif
class AP_Baro_BMP280 : public AP_Baro_Backend
{
public: