kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warnings for ic7200.c for MacOS
rodzic
ef4d932ffd
commit
ba1424ff7d
|
@ -155,7 +155,11 @@ struct rig_caps ic7200_caps =
|
|||
.has_set_parm = RIG_PARM_SET(IC7200_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