Fix ic7700.c

This commit is contained in:
Mike Black W9MDB 2024-09-10 22:30:23 -05:00
parent de13630c64
commit 49e5ba81b0

View File

@ -302,11 +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
#define NO_LVL_KEYSPD
#define NO_LVL_CWPITCH
#include "level_gran_icom.h"
#undef NO_LEVEL_KEYSPD
#undef NO_LEVEL_CWPITCH
#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 } },
},