-
- Downloads
specify both the path and version of the cortex-m-rtfm-macros dependency
... | @@ -14,7 +14,7 @@ version = "0.3.1" | ... | @@ -14,7 +14,7 @@ version = "0.3.1" |
[dependencies] | [dependencies] | ||
cortex-m = "0.4.0" | cortex-m = "0.4.0" | ||
cortex-m-rtfm-macros = { path = "macros" } | cortex-m-rtfm-macros = { path = "macros", version = "0.3.0" } | ||
rtfm-core = "0.2.0" | rtfm-core = "0.2.0" | ||
untagged-option = "0.1.1" | untagged-option = "0.1.1" | ||
... | ... |
Please register or sign in to comment