adapt to changes in cortex-m, verify the input of the priority function

This commit is contained in:
Jorge Aparicio 2017-03-08 08:10:58 -05:00
parent e56f8156bc
commit d88a15fb25
2 changed files with 63 additions and 105 deletions

View file

@ -4,5 +4,5 @@ version = "0.1.0"
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
[dependencies.cortex-m]
branch = "svd2rust"
branch = "ng"
git = "https://github.com/japaric/cortex-m"