diff --git a/.cargo/config.toml b/.cargo/config.toml index 48dfbd5..b7894ff 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -# runner = "probe-run --chip RP2040" -runner = "elf2uf2-rs -d" +runner = "probe-rs run --chip RP2040" +# runner = "elf2uf2-rs -d" rustflags = [ "-C", "linker=flip-link",