AP_Baro: Export AP_Baro_BMP085 and AP_Baro_BMP085_HIL headers.

This commit is contained in:
Pat Hickey 2011-11-26 21:34:51 -08:00 committed by Pat Hickey
parent e8e4881da8
commit f5720be81f
1 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,7 @@ class AP_Baro
};
#include "AP_Baro_MS5611.h"
#include "AP_Baro_BMP085.h"
#include "AP_Baro_BMP085_hil.h"
#endif // __AP_BARO_H__