We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2803e commit a09ee92Copy full SHA for a09ee92
1 file changed
Cargo.toml
@@ -9,7 +9,7 @@ version = "0.7.0"
9
10
[dependencies]
11
# Useful Cortex-M specific functions (e.g. SysTick)
12
-cortex-m = "0.7"
+cortex-m = {version = "0.7", features = ["inline-asm"]}
13
# The Raspberry Pi RP2040 HAL (so we can turn defmt on)
14
rp2040-hal = { version = "0.10", features = [ "defmt", "rt", "critical-section-impl", "rom-func-cache" ] }
15
# Cortex-M run-time (or start-up) code
0 commit comments