Browse Source

Math: fixed build of eulers test on SITL

mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
72a761170b
  1. 2
      libraries/AP_Math/examples/eulers/eulers.pde

2
libraries/AP_Math/examples/eulers/eulers.pde

@ -17,6 +17,8 @@ FastSerialPort(Serial, 0); @@ -17,6 +17,8 @@ FastSerialPort(Serial, 0);
#include <Arduino_Mega_ISR_Registry.h>
#include <AP_PeriodicProcess.h>
#include <AP_ADC.h>
#include <SPI.h>
#include <I2C.h>
#include <AP_Baro.h>
#include <AP_Compass.h>
#include <AP_GPS.h>

Loading…
Cancel
Save