AP_Compass: added Linux support to the compass test

This commit is contained in:
Andrew Tridgell 2013-09-28 10:02:18 +10:00
parent 6fc5b06043
commit ce7d458855

View File

@ -9,6 +9,7 @@
#include <AP_HAL.h> #include <AP_HAL.h>
#include <AP_HAL_AVR.h> #include <AP_HAL_AVR.h>
#include <AP_HAL_PX4.h> #include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library #include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library