We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fec9c commit ab92be9Copy full SHA for ab92be9
src/part2/serial-link.md
@@ -288,7 +288,7 @@ The handshake can be performed in one of two roles: *A* or *B*.
288
To be successful, one peer must be *A* and the other must be *B*.
289
Which role to perform is determined by the clock source setting of the serial port.
290
In each exchange, each peer sends a number associated with its role and expects to receive a number associated with the other role.
291
-If an unexpected value is received, or something goes wrong with the transfer, that handshake attempt is aborted.
+If an unexpected value is received, or something goes wrong with the transfer, that handshake is rejected.
292
293
294
## SioPacket
0 commit comments