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