diff --git a/sw/airborne/ap_downlink.h b/sw/airborne/ap_downlink.h index 70da7b2524..e37c66d515 100644 --- a/sw/airborne/ap_downlink.h +++ b/sw/airborne/ap_downlink.h @@ -174,7 +174,7 @@ #endif #include "fw_h_ctl_a.h" -#define PERIODIC_SEND_H_CTL_A() DOWNLINK_SEND_H_CTL_A(&h_ctl_roll_sum_err, &h_ctl_ref_roll_angle, &h_ctl_ref_pitch_angle) +#define PERIODIC_SEND_H_CTL_A() DOWNLINK_SEND_H_CTL_A(&h_ctl_roll_sum_err, &h_ctl_ref_roll_angle, &h_ctl_pitch_sum_err, &h_ctl_ref_pitch_angle) #endif /* AP_DOWNLINK_H */