kopia lustrzana https://github.com/Hamlib/Hamlib
Improve debug in ser_open
rodzic
2fb5343cc1
commit
82b0a8a84e
|
@ -680,7 +680,7 @@ int ser_open(hamlib_port_t *p)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s called port=%s\n", __func__, p->pathname);
|
||||||
|
|
||||||
if (!strncmp(p->pathname, "uh-rig", 6))
|
if (!strncmp(p->pathname, "uh-rig", 6))
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue