kopia lustrzana https://github.com/Hamlib/Hamlib
Convert all rig->state. references in src/rig.c to pointers.
Remove obsolete comment Fix possible cppcheck squawks/errors after conversion from substructures to real pointers.pull/1573/head
rodzic
00bc700ec1
commit
02102f60e4
|
@ -595,7 +595,6 @@ static int frontend_set_conf(RIG *rig, hamlib_token_t token, const char *val)
|
|||
}
|
||||
|
||||
// JTDX and WSJTX currently use state.pttport to check for PTT_NONE
|
||||
// rig->state.pttport.type.ptt = pttp->type.ptt;
|
||||
rs->pttport_deprecated.type.ptt = pttp->type.ptt;
|
||||
|
||||
break;
|
||||
|
|
Ładowanie…
Reference in New Issue