mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Fix too verbose debug in serial.c
This commit is contained in:
parent
ab34e83adc
commit
fc890004f3
1 changed files with 2 additions and 2 deletions
|
|
@ -120,11 +120,11 @@ int is_uh_radio_fd(int fd)
|
|||
{
|
||||
if (uh_radio_fd >= 0 && uh_radio_fd == fd)
|
||||
{
|
||||
RETURNFUNC( 1);
|
||||
return ( 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
RETURNFUNC( 0);
|
||||
return ( 0);
|
||||
}
|
||||
}
|
||||
//! @endcond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue