kopia lustrzana https://github.com/Hamlib/Hamlib
fixed typos, added &ft747_caps in rig_caps
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@116 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.0
rodzic
505fbc83ed
commit
4ace157b9d
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue