From 363100e3dac3487f955835e508242d14da818bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 14 Feb 2020 14:03:56 +0000 Subject: [PATCH] deps/cortex-m: use cm7-r0p1 basepri erratum fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c62c914..5b34dc1 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"] } +cortex-m = { version = "0.6", features = ["const-fn", "cm7-r0p1"] } cortex-m-rt = { version = "0.6", features = ["device"] } cortex-m-log = { version = "0.6", features = ["log-integration"] } log = "0.4"