qshell: rename qshell sequence fields so they can be parsed on fastrtpsgen

This commit is contained in:
TSC21
2019-09-04 16:03:48 +01:00
committed by Nuno Marques
parent 69475a172b
commit f6a5c7cca9
4 changed files with 5 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ int QShell::main()
struct qshell_retval_s retval;
retval.return_value = run_cmd(appargs);
retval.sequence = m_qshell_req.sequence;
retval.return_sequence = m_qshell_req.request_sequence;
if (retval.return_value) {
PX4_ERR("Failed to execute command: %s", m_qshell_req.cmd);