Browse Source

GCS_MAVLink: fix example sketch

master
Randy Mackay 10 years ago
parent
commit
b55367ccc7
  1. 1
      libraries/GCS_MAVLink/examples/routing/routing.pde

1
libraries/GCS_MAVLink/examples/routing/routing.pde

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

Loading…
Cancel
Save