Replace use of numeric literals with appropriate enums

This commit is contained in:
Allen Hill
2026-05-04 11:47:34 -07:00
parent d465bb38c7
commit 628ec2de5f
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
- The broadcast bit is `1` (floating, no effort) for normal communication
- For acknowledge bits, the receiver extends the logical '0' of the sync
period to the length of a normal bit `0`. Hence, a NAK (bit `1`) is
equivalent to no response.
literally the absence of an ACK.
No acknowledge bits are sent for broadcast frames.