Browse Source

AP_Math: fix example sketch

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
689cc9e298
  1. 1
      libraries/AP_Math/examples/eulers/eulers.pde
  2. 1
      libraries/AP_Math/examples/location/location.pde
  3. 1
      libraries/AP_Math/examples/rotations/rotations.pde

1
libraries/AP_Math/examples/eulers/eulers.pde

@ -34,6 +34,7 @@ @@ -34,6 +34,7 @@
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Rally.h>
#include <AP_BattMonitor.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

1
libraries/AP_Math/examples/location/location.pde

@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Compass.h>
#include <AP_BattMonitor.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

1
libraries/AP_Math/examples/rotations/rotations.pde

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Rally.h>
#include <AP_BattMonitor.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

Loading…
Cancel
Save