GCS_MAVLink: fix example sketch

This commit is contained in:
Randy Mackay 2015-01-28 17:13:02 +09:00
parent 857c3ef0e9
commit aa7f946e04

View File

@ -39,6 +39,7 @@
#include <AP_HAL_Linux.h>
#include <AP_Rally.h>
#include <AP_Scheduler.h>
#include <AP_BattMonitor.h>
#include <SITL.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;