Skip to content

Commit 650a608

Browse files
committed
Set the rp235x-hal-examples to build in ARM mode by default
1 parent 4f07e93 commit 650a608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rp235x-hal-examples/.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[build]
99
# Set the default target to match the Cortex-M33 in the RP2350
10-
# target = "thumbv8m.main-none-eabihf"
10+
target = "thumbv8m.main-none-eabihf"
1111

1212
# This is the hard-float ABI for Arm mode.
1313
#

0 commit comments

Comments
 (0)