correct the expansion of the RTIC acronym

This commit is contained in:
Jorge Aparicio 2020-07-15 18:06:21 +02:00
parent 0308868702
commit 0930ccd3f5

View file

@ -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.