Browse Source

GCS_MAVLink: fix example sketch

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
aa7f946e04
  1. 1
      libraries/GCS_MAVLink/examples/routing/routing.pde

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

@ -39,6 +39,7 @@ @@ -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;

Loading…
Cancel
Save