Revert "deps/cortex-m: use cm7-r0p1 basepri erratum fix"

This reverts commit 363100e3da.

Even the oldest stabilizer boards are r1p1. See discussion in:
https://github.com/quartiq/stabilizer/pull/83
This commit is contained in:
Robert Jördens 2020-02-15 10:08:10 +01:00
parent 513baa1e5c
commit 48f84eb0c8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ features = []
default-target = "thumbv7em-none-eabihf"
[dependencies]
cortex-m = { version = "0.6", features = ["const-fn", "cm7-r0p1"] }
cortex-m = { version = "0.6", features = ["const-fn"] }
cortex-m-rt = { version = "0.6", features = ["device"] }
cortex-m-log = { version = "0.6", features = ["log-integration"] }
log = "0.4"