avr: fixed a typo.

This commit is contained in:
Martin Preuss
2026-04-14 23:57:58 +02:00
parent 1d9762c097
commit 3e78e2cdca

View File

@@ -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 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 Function I Description I required I add to file
----------+------------------------------------------------+-----------+---------------------------------- ----------+------------------------------------------------+-----------+----------------------------------