Updated hamlib interface to use new unsigned int for vfo_t

This commit is contained in:
Jordan Sherer 2019-12-14 22:29:08 -05:00
parent a62194b4d1
commit 7728483481

View File

@ -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