Math: fixed the build of the eulers test in SITL

This commit is contained in:
Andrew Tridgell 2012-03-21 09:06:48 +11:00
parent 9cba330eed
commit 17fbb8ea26
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ FastSerialPort(Serial, 0);
#include <AP_Baro.h>
#include <AP_Compass.h>
#include <AP_GPS.h>
#include <Filter.h>
Arduino_Mega_ISR_Registry isr_registry;
AP_Baro_BMP085_HIL barometer;
AP_Compass_HIL compass;