As soon as I flash code with that line I get the following output from cargo run:
```
 WARN probe_rs::architecture::arm::core::armv6m: The core is in locked up status as a result of an unrecoverable exception
 WARN probe_rs::architecture::arm::core::armv6m: The core is in locked up status as a result of an unrecoverable exception
 WARN probe_rs::architecture::arm::communication_interface: Failed to switch to DP Multidrop(11002927): An error occurred in the communication with an access port or debug port.
Error: The core is locked up.
error: process didn't exit successfully: `probe-rs run --chip RP2040 target\thumbv6m-none-eabi\debug\mittelleiterpraeger` (exit code: 1)
```