also ifdef AHRS_UPDATE_FW_ESTIMATOR around declaration in header file

This commit is contained in:
Felix Ruess
2011-05-31 00:48:38 +02:00
parent a173cad716
commit 6f152afae2
+2 -1
View File
@@ -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 */