diff --git a/rp235x-hal-examples/.cargo/config.toml b/rp235x-hal-examples/.cargo/config.toml index 9a4c34af4..30825f973 100644 --- a/rp235x-hal-examples/.cargo/config.toml +++ b/rp235x-hal-examples/.cargo/config.toml @@ -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. #