From 644a72a40d8d29bf5c4d00a60a255ef01fe9a912 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 31 May 2022 07:50:16 -0500 Subject: [PATCH] Fix bandplan.h --- include/bandplan.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/bandplan.h b/include/bandplan.h index d2b2ce937..195286202 100644 --- a/include/bandplan.h +++ b/include/bandplan.h @@ -47,7 +47,7 @@ /* * Generic bands -- eventually we should get rid of all the ITU regions -- not Hamlib's job and subject to change -- nobody in the mainstream uses these ranges anyways that we know of -- Mike W9MDB 20220531 */ - +#if 0 // future use /* MF: 300 kHz - 3 MHz */ #define FRQ_RNG_160m(md,lp,hp,v,a) \ { kHz(1800),MHz(2), (md), (lp), (hp), (v), (a), "Generic" } @@ -100,6 +100,9 @@ #define FRQ_RNG_13cm(md,lp,hp,v,a) \ { MHz(2320),MHz(2450), (md), (lp), (hp), (v), (a), "Generic" } +#endif + + /* SHF: 3 GHz to 30GHz */ #define FRQ_RNG_9cm(md,lp,hp,v,a) \ { MHz(3300),MHz(3500), (md), (lp), (hp), (v), (a), "Generic" }