diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ #![no_std] extern crate aligned; +extern crate mcu; extern crate volatile_register; #[macro_use] |
![]() |
index : cortex-m | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -15,6 +15,7 @@ #![no_std] extern crate aligned; +extern crate mcu; extern crate volatile_register; #[macro_use] |