mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
not include DCM directly: include AHRS_TYPE_H to allow other filters too
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
#ifdef USE_AHRS
|
#ifdef USE_AHRS
|
||||||
#include "subsystems/ahrs.h"
|
#include "subsystems/ahrs.h"
|
||||||
#include "subsystems/ahrs/ahrs_aligner.h"
|
#include "subsystems/ahrs/ahrs_aligner.h"
|
||||||
#include "subsystems/ahrs/ahrs_float_dcm.h"
|
#include AHRS_TYPE_H
|
||||||
static inline void on_gyro_event( void );
|
static inline void on_gyro_event( void );
|
||||||
static inline void on_accel_event( void );
|
static inline void on_accel_event( void );
|
||||||
static inline void on_mag_event( void );
|
static inline void on_mag_event( void );
|
||||||
|
|||||||
Reference in New Issue
Block a user