Skip to content

Commit ec285e5

Browse files
committed
fix(support_rp2040): don't require cortex-m/inline-asm
It causes a build failure when compiled for a mismatching target.
1 parent 73bddba commit ec285e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/r3_support_rp2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ embedded-hal = { version = "0.2.4", optional = true }
2929
usbd-serial = { version = "0.1.1", optional = true }
3030
inline_dyn = { version = "0.1.1", optional = true }
3131
usb-device = { version = "0.2.7", optional = true }
32-
cortex-m = { version = "0.6.3", optional = true, features = ["inline-asm"] }
32+
cortex-m = { version = "0.6.3", optional = true }
3333
rp2040 = { version = "0.1.0" }
3434
vcell = { version = "0.1.2", optional = true }
3535
nb = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)