pull/1068/head
Mike Black W9MDB 2022-05-31 07:50:16 -05:00
rodzic 19c0193859
commit 644a72a40d
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

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