AP_HAL_PX4: fix example sketch

This commit is contained in:
Randy Mackay 2015-01-28 21:00:30 +09:00
parent aa7f946e04
commit 12bd5cd6b1
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Rally.h>
#include <AP_NavEKF.h>
#include <AP_BattMonitor.h>
#include <AP_Scheduler.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;