diff options
author | 2018-10-24 11:47:15 +0200 | |
---|---|---|
committer | 2018-10-24 11:47:15 +0200 | |
commit | a70f622e6bead1e9e83cf2a9b5285fe850828a16 (patch) | |
tree | 33f9ba94c401231f41be4776eb7e05933822562c | |
parent | 66e1d707223697fa4c31006899d7e54fd30f5a39 (diff) | |
download | cortex-m-a70f622e6bead1e9e83cf2a9b5285fe850828a16.tar.gz cortex-m-a70f622e6bead1e9e83cf2a9b5285fe850828a16.tar.zst cortex-m-a70f622e6bead1e9e83cf2a9b5285fe850828a16.zip |
fix warning
-rw-r--r-- | src/peripheral/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peripheral/mod.rs b/src/peripheral/mod.rs index fe52bd1..6aacb73 100644 --- a/src/peripheral/mod.rs +++ b/src/peripheral/mod.rs @@ -77,7 +77,6 @@ // TODO stand-alone registers: ICTR, ACTLR and STIR -#![allow(private_no_mangle_statics)] use core::marker::PhantomData; use core::ops; |