aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-10-26 18:32:52 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-10-26 18:32:52 +0000
commitbe6c39c725d2ae0cf50e36e07a27fd9a882cb71d (patch)
tree7e97467b81b2ec7a8552ac92681ce6f710187b3b /src/lib.rs
parente3b7357002f0fa739253c78623f825e0e8a7f1ab (diff)
parente2bda1a5cdda37cec2ea9e1aab2e990f7701da3a (diff)
downloadcortex-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/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 d00fabd..fda3e01 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -32,7 +32,6 @@
#![cfg_attr(feature = "inline-asm", feature(asm))]
#![deny(missing_docs)]
-#![deny(warnings)]
#![no_std]
extern crate aligned;