From 9f0cee832454714e4ebef0143e069e9ed09aacc5 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 27 Feb 2022 07:34:00 -0600 Subject: [PATCH] Fix GOMSPACE numbering --- include/hamlib/riglist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hamlib/riglist.h b/include/hamlib/riglist.h index c8a409936..e8aecb945 100644 --- a/include/hamlib/riglist.h +++ b/include/hamlib/riglist.h @@ -647,7 +647,7 @@ /* * Gomspace */ -#define RIG_GOMSPACE 34 +#define RIG_GOMSPACE 35 #define RIG_BACKEND_GOMSPACE "gomspace" #define RIG_MODEL_GS100 RIG_MAKE_MODEL(RIG_GOMSPACE, 1) //! @endcond