From 3e22a1156c31b87c92155e3ac20faaf33ddcf2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 20 Apr 2005 13:29:43 +0000 Subject: [PATCH] line-up git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2023 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tests/rigctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rigctl.c b/tests/rigctl.c index 398bec23b..b99551f82 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -5,7 +5,7 @@ * It takes commands in interactive mode as well as * from command line options. * - * $Id: rigctl.c,v 1.57 2005-04-11 22:11:28 fillods Exp $ + * $Id: rigctl.c,v 1.58 2005-04-20 13:29:43 fillods Exp $ * * * This program is free software; you can redistribute it and/or @@ -211,8 +211,8 @@ struct test_table test_list[] = { { 0x88, "get_powerstat", get_powerstat, ARG_OUT|ARG_NOVFO, "Status" }, { 0x85, "reset", reset, ARG_IN, "Reset" }, { '2', "power2mW", power2mW, ARG_NOVFO }, - { '1', "dump_caps", dump_caps, ARG_NOVFO }, { 'w', "send_cmd", send_cmd, ARG_IN1|ARG_IN_LINE|ARG_OUT2|ARG_NOVFO, "Cmd", "Reply" }, + { '1', "dump_caps", dump_caps, ARG_NOVFO }, { 0x86, "send_morse", send_morse, ARG_IN|ARG_IN_LINE, "Morse" }, /* next one is 0x89 */ { 0x00, "", NULL },