From 48f84eb0c8249c4338a67d6ec78cc7a18af709f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Sat, 15 Feb 2020 10:08:10 +0100 Subject: [PATCH] Revert "deps/cortex-m: use cm7-r0p1 basepri erratum fix" This reverts commit 363100e3dac3487f955835e508242d14da818bf1. Even the oldest stabilizer boards are r1p1. See discussion in: https://github.com/quartiq/stabilizer/pull/83 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b34dc1..c62c914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"