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 80ac372 commit 13b1321Copy full SHA for 13b1321
src/part2/serial-link.md
@@ -387,7 +387,7 @@ Add a section at the bottom of main.asm:
387
The contents of application data messages (`MSG_DATA` only) will be stored in the buffers `wTxData` and `wRxData`.
388
389
`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.
+`wAllowRxFaults` is the "budget" of delivery faults allowed before causing an error.
391
392
393
### LinkInit
0 commit comments