diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 5d3fd80db..e054552e7 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -10856,9 +10856,8 @@ int newcat_set_cmd_validate(RIG *rig) break; // these models do not work with a single ; case RIG_MODEL_FT897: - break; default: - // no change to validation command + break; } SNPRINTF(cmd, sizeof(cmd), "%s", valcmd);