From b93ead5e5f7236fa13fb3a1ee5fece7d95c1c7a8 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 27 Sep 2024 01:23:27 +0200 Subject: [PATCH] avr: fixed a typo. --- avr/modules/comproto/addr.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/comproto/addr.asm b/avr/modules/comproto/addr.asm index faee3ea..4ec1424 100644 --- a/avr/modules/comproto/addr.asm +++ b/avr/modules/comproto/addr.asm @@ -47,7 +47,7 @@ ; procedure. ; ; 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. ; 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).