mirror of https://github.com/ArduPilot/ardupilot
Baro: fix HAL_F4light compilation errors
This commit is contained in:
parent
aadbd04726
commit
eb0343649b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue