fixed typos, added &ft747_caps in rig_caps

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@116 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.0
Frank Singleton, VK3FCS 2000-09-17 03:03:59 +00:00
rodzic 505fbc83ed
commit 4ace157b9d
1 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -26,9 +26,8 @@
#include <fcntl.h>
#include <rig.h>
#include <riglist.h>
#include "rig.h"
#include "riglist.h"
#include "serial.h"
@ -42,7 +41,7 @@
*/
static const struct rig_caps *rig_base[] = {
&ft847_caps, &ic706_caps, &ic706mkiig_caps, /* ... */ NULL, };
&ft747_caps, &ic706_caps, &ic706mkiig_caps, /* ... */ NULL, };
RIG *rig_init(rig_model_t rig_model)
@ -116,7 +115,7 @@ int rig_open(RIG *rig)
return status;
break;
case RIG_PORT_NETOWRK: /* not implemented yet! */
case RIG_PORT_NETWORK: /* not implemented yet! */
default:
return -3;
}