mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 09:36:19 +08:00
also ifdef AHRS_UPDATE_FW_ESTIMATOR around declaration in header file
This commit is contained in:
@@ -41,11 +41,12 @@ struct AhrsIntCmpl {
|
||||
extern struct AhrsIntCmpl ahrs_impl;
|
||||
|
||||
|
||||
#ifdef AHRS_UPDATE_FW_ESTIMATOR
|
||||
// TODO copy ahrs to state instead of estimator
|
||||
void ahrs_update_fw_estimator(void);
|
||||
extern float ins_roll_neutral;
|
||||
extern float ins_pitch_neutral;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* AHRS_INT_CMPL_H */
|
||||
|
||||
Reference in New Issue
Block a user