From 3e78e2cdcab6171f3cea847c27a6d3c436b4b95c Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 14 Apr 2026 23:57:58 +0200 Subject: [PATCH] avr: fixed a typo. --- avr/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/README b/avr/README index 86bf75a..b9f1983 100644 --- a/avr/README +++ b/avr/README @@ -26,7 +26,7 @@ MSGRECVD I called when new messages arrive I no I module EVERY100MS I called every 100 millisecs (system timer tick) I no I modules_100ms.asm or apps_100ms.asm -If the CLOCK module is enable the following routines are also available: +If the CLOCK module is enabled the following routines are also available: Function I Description I required I add to file ----------+------------------------------------------------+-----------+----------------------------------