Suppress -Winitializer-overrides warnings in ic7410.c

This commit is contained in:
Mike Black W9MDB 2024-09-08 17:07:12 -05:00
parent 293f5ec2e5
commit fc33324dcc

View File

@ -150,8 +150,12 @@ struct rig_caps ic7410_caps =
.level_gran =
{
#include "level_gran_icom.h"
#define NO_LVL_KEYSPD
#define 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 } },
#undef NO_LVL_KEYSPD
#undef NO_LVL_CWPITCH
},
.parm_gran = {
[PARM_BACKLIGHT] = {.min = {.f = 0.0f}, .max = {.f = 1.0f}, .step = {.f = 1.0f / 255.0f}},