Updated hamlib interface to use new unsigned int for vfo_t
This commit is contained in:
parent
a62194b4d1
commit
7728483481
@ -14,7 +14,7 @@ extern "C"
|
||||
{
|
||||
typedef struct rig RIG;
|
||||
struct rig_caps;
|
||||
typedef int vfo_t;
|
||||
typedef unsigned int vfo_t;
|
||||
}
|
||||
|
||||
// hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
|
||||
|
Loading…
Reference in New Issue
Block a user