diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #![no_std] extern crate cortex_m; +extern crate vcell; pub mod checked; |
![]() |
index : rtic | |
| Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 1 |
@@ -9,6 +9,7 @@ #![no_std] extern crate cortex_m; +extern crate vcell; pub mod checked; |