diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #![no_std] extern crate aligned; -extern crate mcu; +extern crate bare_metal; extern crate volatile_register; #[macro_use] |