Skip to content

Commit 1282587

Browse files
author
CI
committed
Sync to GitHub
1 parent cc23987 commit 1282587

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
@@ -12,7 +12,7 @@ if Code.ensure_loaded?(Circuits.UART) do
1212
Proprietary frames are sent to the defined `callback` as:
1313
1414
```elixir
15-
{:proprietary, type :: 127..255, destination :: destination_address(), data :: iodata()}
15+
{:proprietary, type :: 128..255, destination :: destination_address(), data :: iodata()}
1616
```
1717
As defined by `t:BACnet.Stack.TransportBehaviour.transport_cb_frame/0`.
1818

0 commit comments

Comments
 (0)