From d88a15fb2572419dbf80b1c30b3d29b312367813 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 8 Mar 2017 08:10:58 -0500 Subject: adapt to changes in cortex-m, verify the input of the `priority` function --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c9d6f7b..c80cb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" authors = ["Jorge Aparicio "] [dependencies.cortex-m] -branch = "svd2rust" +branch = "ng" git = "https://github.com/japaric/cortex-m" -- cgit v1.2.3