Browse Source

AP_AHRS: ensure we have HAL_CPU_CLASS available

master
Andrew Tridgell 11 years ago
parent
commit
ee37bc3d27
  1. 1
      libraries/AP_AHRS/AP_AHRS_NavEKF.h

1
libraries/AP_AHRS/AP_AHRS_NavEKF.h

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
*
*/
#include <AP_HAL.h>
#include <AP_AHRS.h>
#if HAL_CPU_CLASS >= HAL_CPU_CLASS_150

Loading…
Cancel
Save