Browse Source

AP_Compass: added Linux support to the compass test

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
ce7d458855
  1. 1
      libraries/AP_Compass/examples/AP_Compass_test/AP_Compass_test.pde

1
libraries/AP_Compass/examples/AP_Compass_test/AP_Compass_test.pde

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

Loading…
Cancel
Save