AP_Airspeed: fix example sketch

This commit is contained in:
Randy Mackay 2014-02-14 16:34:10 +09:00 committed by Andrew Tridgell
parent bb715424ee
commit c18b3f6094
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_Notify.h>
#include <AP_Compass.h>
#include <AP_Declination.h>
#include <AP_AHRS.h>
#include <DataFlash.h>
#include <AP_Baro.h>
#include <GCS_MAVLink.h>