diff --git a/tests/rigctl_parse.c b/tests/rigctl_parse.c index df64469de..40810083f 100644 --- a/tests/rigctl_parse.c +++ b/tests/rigctl_parse.c @@ -324,10 +324,10 @@ static struct test_table test_list[] = { 'w', "send_cmd", ACTION(send_cmd), ARG_IN1 | ARG_IN_LINE | ARG_OUT2 | ARG_NOVFO, "Cmd", "Reply" }, { 'W', "send_cmd_rx", ACTION(send_cmd), ARG_IN | ARG_OUT2 | ARG_NOVFO, "Cmd", "Reply"}, { 'b', "send_morse", ACTION(send_morse), ARG_IN | ARG_NOVFO | ARG_IN_LINE, "Morse" }, - { 0xbb, "stop_morse", ACTION(stop_morse), ARG_NOVFO}, - { 0xbc, "wait_morse", ACTION(wait_morse), ARG_NOVFO}, - { 0x94, "send_voice_mem", ACTION(send_voice_mem), ARG_IN | ARG_NOVFO, "Voice Mem#" }, - { 0x8b, "get_dcd", ACTION(get_dcd), ARG_OUT | ARG_NOVFO, "DCD" }, + { 0xbb, "stop_morse", ACTION(stop_morse), }, + { 0xbc, "wait_morse", ACTION(wait_morse), }, + { 0x94, "send_voice_mem", ACTION(send_voice_mem), ARG_IN, "Voice Mem#" }, + { 0x8b, "get_dcd", ACTION(get_dcd), ARG_OUT, "DCD" }, { 0x8d, "set_twiddle", ACTION(set_twiddle), ARG_IN | ARG_NOVFO, "Timeout (secs)" }, { 0x8e, "get_twiddle", ACTION(get_twiddle), ARG_OUT | ARG_NOVFO, "Timeout (secs)" }, { 0x97, "uplink", ACTION(set_uplink), ARG_IN | ARG_NOVFO, "1=Sub, 2=Main" },