Mission: fix example sketch

This commit is contained in:
Randy Mackay 2015-05-01 20:58:06 +09:00
parent fecbf06008
commit ed61d961c3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer #include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
#include <GCS_MAVLink.h> #include <GCS_MAVLink.h>
#include <AP_BattMonitor.h> #include <AP_BattMonitor.h>
#include <AP_RangeFinder.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;