AP_HAL: fixed printf example build

This commit is contained in:
Andrew Tridgell 2014-12-02 12:57:25 +11:00
parent c5e4e8f035
commit 9e0a7e6631

View File

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