I did just try the git version (c7d65ad813b55bd7e44bb6c7b4f3596a384b1da6 from today) but it's actually worse 😭 ``` Compiling rp2040-project-template v0.1.0 (/home/jack/Development/rp2040-panic-issue) Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s Running `probe-rs run --chip RP2040 --protocol swd target/thumbv6m-none-eabi/debug/rp2040-project-template` Erasing ✔ 100% [####################] 12.00 KiB @ 46.92 KiB/s (took 0s) Finished in 0.65s [INFO ] Program start (rp2040_project_template rp2040-panic-issue/src/main.rs:27) [INFO ] on! (rp2040_project_template rp2040-panic-issue/src/main.rs:68) [INFO ] off! (rp2040_project_template rp2040-panic-issue/src/main.rs:71) [ERROR] panicked at src/main.rs:74:9: at the disco (panic_probe panic-probe-1.0.0/src/lib.rs:104) Error: CPU halted unexpectedly. Halt reason: Exception ```