Skip to content

Commit a09ee92

Browse files
committed
Use cortex-m inline-asm.
Unsure why this isn't the default.
1 parent 4f2803e commit a09ee92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.7.0"
99

1010
[dependencies]
1111
# Useful Cortex-M specific functions (e.g. SysTick)
12-
cortex-m = "0.7"
12+
cortex-m = {version = "0.7", features = ["inline-asm"]}
1313
# The Raspberry Pi RP2040 HAL (so we can turn defmt on)
1414
rp2040-hal = { version = "0.10", features = [ "defmt", "rt", "critical-section-impl", "rom-func-cache" ] }
1515
# Cortex-M run-time (or start-up) code

0 commit comments

Comments
 (0)