mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-03 11:32:20 +00:00
Merge pull request #60 from ferrous-systems/fix-rtic
correct the expansion of the RTIC acronym
This commit is contained in:
commit
473bb3edc7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# RTIC hello
|
||||
|
||||
RTIC, Real Time on Integrated Circuits, is a framework for building evented, time sensitive applications.
|
||||
RTIC, Real-Time Interrupt-driven Concurrency, is a framework for building evented, time sensitive applications.
|
||||
|
||||
✅ Open the `src/bin/rtic-hello.rs` file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue