AP_Baro: fixed example build

This commit is contained in:
Andrew Tridgell 2012-12-19 11:03:21 +11:00
parent bd2a733a6b
commit c15eb97c8d

View File

@ -22,7 +22,7 @@
/* Build this example sketch only for the APM1. */
const AP_HAL::HAL& hal = AP_HAL_AVR_APM1;
AP_Baro_BMP085 bmp085(0);
AP_Baro_BMP085 bmp085;
uint32_t timer;