diff --git a/.cargo/config.toml b/.cargo/config.toml index 1e5fb37..a492de7 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -28,11 +28,11 @@ rustflags = [ # This runner will make a UF2 file and then copy it to a mounted RP2040 in USB # Bootloader mode: -runner = "elf2uf2-rs -d" +# runner = "elf2uf2-rs -d" # This runner will find a supported SWD debug probe and flash your RP2040 over # SWD: -# runner = "probe-rs run --chip RP2040 --protocol swd" +runner = "probe-rs run --chip RP2040 --protocol swd" [env] DEFMT_RTT_BUFFER_SIZE = { value = "4096", force = true }