diff options
author | 2018-10-26 18:32:52 +0000 | |
---|---|---|
committer | 2018-10-26 18:32:52 +0000 | |
commit | be6c39c725d2ae0cf50e36e07a27fd9a882cb71d (patch) | |
tree | 7e97467b81b2ec7a8552ac92681ce6f710187b3b /src/peripheral/mod.rs | |
parent | e3b7357002f0fa739253c78623f825e0e8a7f1ab (diff) | |
parent | e2bda1a5cdda37cec2ea9e1aab2e990f7701da3a (diff) | |
download | cortex-m-be6c39c725d2ae0cf50e36e07a27fd9a882cb71d.tar.gz cortex-m-be6c39c725d2ae0cf50e36e07a27fd9a882cb71d.tar.zst cortex-m-be6c39c725d2ae0cf50e36e07a27fd9a882cb71d.zip |
Merge #117
117: add high level API to set priority of system handlers r=therealprof a=japaric
needed for cortex-m-rtfm v0.4.x (it makes my life easier / it makes it easier to
support ARMv6-M)
r? @rust-embedded/cortex-m (anyone)
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'src/peripheral/mod.rs')
-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; |