Updates for csc_ap/kitewing to match new setcommandsfromrc and gps message fields

This commit is contained in:
Allen Ibara
2009-08-12 18:56:44 +00:00
parent 549db8693b
commit 216e8b884e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ static void on_rc_cmd(struct CscRCMsg *msg)
pprz_mode = PPRZ_MODE_OF_RC(rc_values[RADIO_MODE]);
if (pprz_mode == PPRZ_MODE_MANUAL) {
csc_ap_clear_ierrors();
SetCommandsFromRC(commands);
SetCommandsFromRC(commands, rc_values);
}
}
+1
View File
@@ -112,6 +112,7 @@ DOWNLINK_SEND_BOOZ2_INS3(&booz_ins_gps_pos_cm_ned.x, \
&zero, \
&zero, \
&zero, \
&zero, \
&zero, &zero) }
extern uint8_t telemetry_mode_Ap;