Fix compile warnings for ic7100.c for MacOS

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

Wyświetl plik

@ -352,7 +352,11 @@ struct rig_caps ic7100_caps =
.has_set_parm = IC7100_PARM_ALL,
.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 } },
},