kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warnings in ic7700.c for MacOS
rodzic
f3f3cb9977
commit
86f6339f5e
|
@ -302,7 +302,11 @@ struct rig_caps ic7700_caps =
|
|||
.has_set_parm = RIG_PARM_SET(IC7700_PARMS), /* FIXME: parms */
|
||||
.level_gran =
|
||||
{
|
||||
#define NO_LEVEL_KEYSPD
|
||||
#define NO_LEVEL_CWPITCH
|
||||
#include "level_gran_icom.h"
|
||||
#undef NO_LEVEL_KEYSPD
|
||||
#undef NO_LEVEL_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