diff --git a/bacnet-stack/ports/linux/rs485.c b/bacnet-stack/ports/linux/rs485.c index 3f2d6e99..3be957a4 100644 --- a/bacnet-stack/ports/linux/rs485.c +++ b/bacnet-stack/ports/linux/rs485.c @@ -613,7 +613,7 @@ void RS485_Initialize( /* if all goes well, set new divisor */ ioctl(RS485_Handle, TIOCSSERIAL, &newserial); } - + printf(" at Baud Rate %u", RS485_Get_Baud_Rate()); /* destructor */ atexit(RS485_Cleanup); /* flush any data waiting */