From 7728483481975bfe1527eab657cf636c4c3b9181 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sat, 14 Dec 2019 22:29:08 -0500 Subject: [PATCH] Updated hamlib interface to use new unsigned int for vfo_t --- HamlibTransceiver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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