Skip to content

Commit 2a206d7

Browse files
authored
Fix RPC direction description (#43)
1 parent aa149f2 commit 2a206d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/serial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The packet types are:
3333
| ---- | ----------- | --------
3434
| `0x01 ` | Current state | Device to Client
3535
| `0x02 ` | Error state | Device to Client
36-
| `0x03 ` | RPC Command | Device to Client
37-
| `0x04 ` | RPC Result | Client to Device
36+
| `0x03 ` | RPC Command | Client to Device
37+
| `0x04 ` | RPC Result | Device to Client
3838

3939
## Packet: Current State
4040

0 commit comments

Comments
 (0)