diff --git a/HamlibTransceiver.hpp b/HamlibTransceiver.hpp index c8c0f74..509fe4e 100644 --- a/HamlibTransceiver.hpp +++ b/HamlibTransceiver.hpp @@ -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