mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
fix typo in define (#3306)
This commit is contained in:
@@ -558,7 +558,7 @@ struct StabilizationSetpoint guidance_indi_run(struct FloatVect3 *accel_sp, floa
|
||||
float thrust_vect[3];
|
||||
#if GUIDANCE_INDI_HYBRID_U > 3
|
||||
thrust_vect[0] = du_gih[3];
|
||||
if (thrust_vect[0] > MAX_PUSHER_INCREMENT*guidance_indi_thrust_x_eff) {
|
||||
if (thrust_vect[0] > GUIDANCE_INDI_MAX_PUSHER_INCREMENT*guidance_indi_thrust_x_eff) {
|
||||
thrust_vect[0] = GUIDANCE_INDI_MAX_PUSHER_INCREMENT*guidance_indi_thrust_x_eff;
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user