avr-task-scheduler

AVR mcu bare metal task scheduler
Index Commits Files Refs README LICENSE
commit c19f56ed3386821c96ba15d85009f0d2c7f22095
parent 94edbf0a09fc3e87ced32733f50cdeb592015a75
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Wed,  5 Nov 2025 16:34:40 -0300

fix typos

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -27,7 +27,7 @@ $ ls /dev/tty*
 ```
 
 Often appears as `/dev/ttyUSB*` or `/dev/ttyACM*`, by default `/dev/ttyUSB0` is
-used, to override this execute make asigning the corret port to the `PORT`
+used, to override this execute make assigning the corred port to the `PORT`
 shell variable, for example:
 
 ```console