Skip to content
Snippets Groups Projects
Commit 39067299 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Math: fixed build of eulers test on SITL

parent b6040878
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ FastSerialPort(Serial, 0); ...@@ -17,6 +17,8 @@ FastSerialPort(Serial, 0);
#include <Arduino_Mega_ISR_Registry.h> #include <Arduino_Mega_ISR_Registry.h>
#include <AP_PeriodicProcess.h> #include <AP_PeriodicProcess.h>
#include <AP_ADC.h> #include <AP_ADC.h>
#include <SPI.h>
#include <I2C.h>
#include <AP_Baro.h> #include <AP_Baro.h>
#include <AP_Compass.h> #include <AP_Compass.h>
#include <AP_GPS.h> #include <AP_GPS.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment