Browse Source

INS: fix example sketch

master
Randy Mackay 10 years ago
parent
commit
b43dc3bdfb
  1. 1
      libraries/AP_InertialSensor/examples/INS_generic/INS_generic.pde
  2. 1
      libraries/AP_InertialSensor/examples/VibTest/VibTest.pde

1
libraries/AP_InertialSensor/examples/INS_generic/INS_generic.pde

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

1
libraries/AP_InertialSensor/examples/VibTest/VibTest.pde

@ -34,6 +34,7 @@ @@ -34,6 +34,7 @@
#include <AP_Declination.h>
#include <AP_Notify.h>
#include <AP_NavEKF.h>
#include <AP_BattMonitor.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
#include <drivers/drv_accel.h>

Loading…
Cancel
Save