avr: fixed a typo.

This commit is contained in:
Martin Preuss
2024-09-27 01:23:27 +02:00
parent 6fc7f5fc7a
commit b93ead5e5f

View File

@@ -47,7 +47,7 @@
; procedure. ; procedure.
; ;
; 1) a node sends the packet CLAIM_ADDRESS with the previously assigned address ; 1) a node sends the packet CLAIM_ADDRESS with the previously assigned address
; 2) is any other node objects to this node using that address (e.g. because the other ; 2) if any other node objects to this node using that address (e.g. because the other
; node now uses that address) that node will send a DENY_ADDRESS packet. ; node now uses that address) that node will send a DENY_ADDRESS packet.
; 3) if no DENY_ADDRESS has been received within 10s the address can be used. ; 3) if no DENY_ADDRESS has been received within 10s the address can be used.
; 4) Otherwise the node changes into protocol A (see above). ; 4) Otherwise the node changes into protocol A (see above).