Skip to content

Commit

Permalink
Set the rp235x-hal-examples to build in ARM mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Aug 18, 2024
1 parent 4f07e93 commit 650a608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp235x-hal-examples/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

# This is the hard-float ABI for Arm mode.
#
Expand Down

0 comments on commit 650a608

Please sign in to comment.