Fix compile warnings in ic7700.c for MacOS

pull/1610/head
Mike Black W9MDB 2024-09-10 17:42:40 -05:00
rodzic f3f3cb9977
commit 86f6339f5e
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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 } },
},