Merge pull request #60 from ferrous-systems/fix-rtic

correct the expansion of the RTIC acronym
This commit is contained in:
Jorge Aparicio 2020-07-16 08:10:25 +00:00 committed by GitHub
commit 473bb3edc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.