diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2020-01-21 22:13:23 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2020-01-21 22:13:23 +0100 |
| commit | 60639b3a9ca22b89067124651ff86ab3c81756c1 (patch) | |
| tree | 9add8deaf2b5350b352b38d20d9723c14a2d15a2 /Cargo.toml | |
| parent | 6b0a2df41c024fa8e7da07f3b42a80f19840432e (diff) | |
use the safe DWT::unlock API
instead of a unsafe write_volatile call
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ name = "types" required-features = ["__v7"] [dependencies] -cortex-m = "0.6.0" +cortex-m = "0.6.2" cortex-m-rtfm-macros = { path = "macros", version = "0.5.0" } rtfm-core = "0.3.0" cortex-m-rt = "0.6.9" |
