mirror of https://github.com/ArduPilot/ardupilot
AP_Baro: Export AP_Baro_BMP085 and AP_Baro_BMP085_HIL headers.
This commit is contained in:
parent
e8e4881da8
commit
f5720be81f
|
@ -14,5 +14,7 @@ class AP_Baro
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "AP_Baro_MS5611.h"
|
#include "AP_Baro_MS5611.h"
|
||||||
|
#include "AP_Baro_BMP085.h"
|
||||||
|
#include "AP_Baro_BMP085_hil.h"
|
||||||
|
|
||||||
#endif // __AP_BARO_H__
|
#endif // __AP_BARO_H__
|
||||||
|
|
Loading…
Reference in New Issue