[fixedwing] fix typo in attitude stabilization

was within an ifdef STRONG_WIND, and hence not recognized earlier
This commit is contained in:
Felix Ruess
2012-09-19 13:42:51 +02:00
parent f68b8b7bcb
commit 40bee12d8a
@@ -208,7 +208,7 @@ void h_ctl_course_loop ( void ) {
*/
// Heading error
float herr = *stateGetNedToBodyEulers_f()->psi - h_ctl_course_setpoint; //+crab);
float herr = stateGetNedToBodyEulers_f()->psi - h_ctl_course_setpoint; //+crab);
NormRadAngle(herr);
if (advance < -0.5) //<! moving in the wrong direction / big > 90 degree turn