kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warnings for ic7100.c for MacOS
rodzic
f2811b7394
commit
d0da604d50
|
@ -352,7 +352,11 @@ struct rig_caps ic7100_caps =
|
||||||
.has_set_parm = IC7100_PARM_ALL,
|
.has_set_parm = IC7100_PARM_ALL,
|
||||||
.level_gran =
|
.level_gran =
|
||||||
{
|
{
|
||||||
|
#define NO_LVL_KEYSPD
|
||||||
|
#define NO_LVL_CWPITCH
|
||||||
#include "level_gran_icom.h"
|
#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_KEYSPD] = { .min = { .i = 6 }, .max = { .i = 48 }, .step = { .i = 1 } },
|
||||||
[LVL_CWPITCH] = { .min = { .i = 300 }, .max = { .i = 900 }, .step = { .i = 1 } },
|
[LVL_CWPITCH] = { .min = { .i = 300 }, .max = { .i = 900 }, .step = { .i = 1 } },
|
||||||
},
|
},
|
||||||
|
|
Ładowanie…
Reference in New Issue