aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-07-04 14:59:36 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-07-04 14:59:36 -0500
commit9828d7c4f3eddde66526df183acfb9360ee2bece (patch)
treed0287add5f774236231d21bf876c975d998f1008 /src/lib.rs
parent6c642b7f3efbe8806a2e6d12ba1beb04c83486d5 (diff)
downloadcortex-m-9828d7c4f3eddde66526df183acfb9360ee2bece.tar.gz
cortex-m-9828d7c4f3eddde66526df183acfb9360ee2bece.tar.zst
cortex-m-9828d7c4f3eddde66526df183acfb9360ee2bece.zip
remove re-export of cortex-m-semihosting
the functionality is not fundamental and can be easily added to a program by directly depending on cortex-m-semihosting
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e6f85e0..5480599 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,7 +15,6 @@
#![no_std]
extern crate aligned;
-pub extern crate cortex_m_semihosting as semihosting;
extern crate volatile_register;
#[macro_use]