diff options
author | 2018-01-11 15:46:27 +0100 | |
---|---|---|
committer | 2018-01-11 15:46:27 +0100 | |
commit | 2249985e8179b50e98254459663a49a3b63e6a36 (patch) | |
tree | 328d966701402ba704979d822e7a24aef32c04df | |
parent | c94bd2d98d29cbf6d92f2f915e72d1555e282248 (diff) | |
download | rtic-2249985e8179b50e98254459663a49a3b63e6a36.tar.gz rtic-2249985e8179b50e98254459663a49a3b63e6a36.tar.zst rtic-2249985e8179b50e98254459663a49a3b63e6a36.zip |
use master branch of cortex-m
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ repository = "https://github.com/japaric/cortex-m-rtfm" version = "0.3.0" [dependencies] -cortex-m = { git = "https://github.com/japaric/cortex-m", branch = "cm7-r0p1" } +cortex-m = { git = "https://github.com/japaric/cortex-m" } untagged-option = "0.1.1" # rtfm-core = "0.2.0" rtfm-core = { git = "https://github.com/japaric/rtfm-core" } |