Fix small error in readme (#856)

This commit is contained in:
Emil Fresk 2023-12-04 18:18:42 +01:00 committed by GitHub
parent c227a71d24
commit 21191e1b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@ A concurrency framework for building real-time systems.
- **Message passing** between tasks. Specifically, messages can be passed to
software tasks at spawn time.
- **A timer queue** [^2]. Software tasks can be scheduled to run at some time
in the future. This feature can be used to implement periodic tasks.
- **A timer queue** [^2]. Software tasks can be delayed or scheduled to continue running
at some time in the future. This feature can be used to implement periodic tasks.
- Support for prioritization of tasks and, thus, **preemptive multitasking**.