avr: fixed a typo.

This commit is contained in:
Martin Preuss
2024-10-20 18:49:53 +02:00
parent 2b8cabd391
commit 97138bcbe0

View File

@@ -37,7 +37,7 @@ Protocol
========
The protocol is simple to reduce overhead and to keep the code size inside the mcu nodes small.
There is no generic request-reply protocol. Messages a not repeated on the lowlevel layer. However,
There is no generic request-reply protocol. Messages are not repeated on the lowlevel layer. However,
if a message can't be transmitted it might get retried later by the sending node (e.g. when reporting
sensor data). Also, some operations consist of a request and a reply, but that's on a higher level (e.g. remotely setting a
specific value in a node). The maximum size of a message is 24 bytes (max. 21 bytes payload).