AP_TECS: compile error fix for size_of(log_tuning)
This commit is contained in:
parent
fb5ada38c0
commit
110966c186
@ -266,7 +266,7 @@ private:
|
|||||||
AverageFilterFloat_Size5 _vdot_filter;
|
AverageFilterFloat_Size5 _vdot_filter;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define TECS_LOG_FORMAT(msg) { msg, sizeof(AP_TECS::log_tuning), \
|
#define TECS_LOG_FORMAT(msg) { msg, sizeof(AP_TECS::log_TECS_Tuning), \
|
||||||
"TECS", "ffffffffffff", "h,dh,h_dem,dh_dem,sp_dem,sp,dsp,ith,iph,th,ph,dsp_dem" }
|
"TECS", "ffffffffffff", "h,dh,h_dem,dh_dem,sp_dem,sp,dsp,ith,iph,th,ph,dsp_dem" }
|
||||||
|
|
||||||
#endif //AP_TECS_H
|
#endif //AP_TECS_H
|
||||||
|
Loading…
Reference in New Issue
Block a user