Commit c5a90a97 authored by Claes Sjofors's avatar Claes Sjofors

rt_xtt_cmd, program for xtt commands added

parent b60a1058
......@@ -170,7 +170,7 @@ GNU General Public License for more details.\n\n";
/* get and parse the command */
/* get input */
dcli_qio_set_attr( &cmd->chn);
dcli_qio_set_attr( &cmd->chn, 10);
sts = dcli_get_input_command( &cmd->chn, "pwr> ", str,
sizeof(str), cmd->recall_buf);
dcli_qio_reset( &cmd->chn);
......
......@@ -181,7 +181,7 @@ GNU General Public License for more details.\n\n";
/* get and parse the command */
/* get input */
dcli_qio_set_attr( &cmd->chn);
dcli_qio_set_attr( &cmd->chn, 10);
sts = dcli_get_input_command( &cmd->chn, "pwr> ", str,
sizeof(str), cmd->recall_buf);
dcli_qio_reset( &cmd->chn);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment