kopia lustrzana https://github.com/Hamlib/Hamlib
Add debug for stopbits in serial_setup
rodzic
ac054e9f75
commit
32ed2c4d91
|
@ -522,6 +522,7 @@ int HAMLIB_API serial_setup(hamlib_port_t *rp)
|
||||||
* Set stop bits to requested values.
|
* Set stop bits to requested values.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
rig_debug(RIG_DEBUG_TRACE, "%s: stopbits=%d\n", __func__, rp->parm.serial.stop_bits);
|
||||||
switch (rp->parm.serial.stop_bits)
|
switch (rp->parm.serial.stop_bits)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Ładowanie…
Reference in New Issue