Skip to content

Commit 13b1321

Browse files
authored
Update src/part2/serial-link.md
1 parent 80ac372 commit 13b1321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/serial-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Add a section at the bottom of main.asm:
387387
The contents of application data messages (`MSG_DATA` only) will be stored in the buffers `wTxData` and `wRxData`.
388388

389389
`wAllowTxAttempts` is the number of transmission attempts remaining for each DATA message.
390-
`wAllowRxFaults` is a budget of delivery faults allowed before causing an error.
390+
`wAllowRxFaults` is the "budget" of delivery faults allowed before causing an error.
391391

392392

393393
### LinkInit

0 commit comments

Comments
 (0)