AP_Baro: fixed example build

This commit is contained in:
Andrew Tridgell 2014-11-28 10:40:43 +11:00
parent a686494127
commit e45522f51d
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
#include <AP_HAL_FLYMAPLE.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <AP_Rally.h>
#include <AP_NavEKF.h>
#include <AP_Scheduler.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;