Add debug for stopbits in serial_setup

pull/1476/head
Mike Black W9MDB 2024-01-11 08:12:07 -06:00
rodzic ac054e9f75
commit 32ed2c4d91
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -522,6 +522,7 @@ int HAMLIB_API serial_setup(hamlib_port_t *rp)
* 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)
{
case 1: