Skip to content

Commit 75fb89e

Browse files
author
CI
committed
Sync to GitHub
1 parent c7e4d28 commit 75fb89e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bacnet/stack/transport/mstp_transport.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ if Code.ensure_loaded?(Circuits.UART) do
18601860
ReceiveFSM.close(state.receive_fsm)
18611861
UART.close(state.uart_pid)
18621862

1863-
exit({:uart_error, reason})
1863+
{:stop, {:uart_error, reason}, state}
18641864
end
18651865

18661866
defp do_handle_info(:wakeup_use_token, %State{} = state) do

0 commit comments

Comments
 (0)