kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warnings for ic7000.c for MacOS
rodzic
d0da604d50
commit
ef4d932ffd
|
@ -220,7 +220,11 @@ struct rig_caps ic7000_caps =
|
|||
.has_set_parm = RIG_PARM_SET(IC7000_PARMS),
|
||||
.level_gran =
|
||||
{
|
||||
#define NO_LVL_KEYSPD
|
||||
#define NO_LVL_CWPITCH
|
||||
#include "level_gran_icom.h"
|
||||
#undef NO_LVL_KEYSPD
|
||||
#undef NO_LVL_CWPITCH
|
||||
[LVL_KEYSPD] = { .min = { .i = 6 }, .max = { .i = 48 }, .step = { .i = 1 } },
|
||||
[LVL_CWPITCH] = { .min = { .i = 300 }, .max = { .i = 900 }, .step = { .i = 1 } },
|
||||
},
|
||||
|
|
Ładowanie…
Reference in New Issue