diff --git a/examples/ads1256/.cargo/config.toml b/examples/ads1256/.cargo/config.toml index dbcc285..7ecada6 100644 --- a/examples/ads1256/.cargo/config.toml +++ b/examples/ads1256/.cargo/config.toml @@ -1,6 +1,6 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] # replace STM32F429ZITx with your chip as listed in `probe-run --list-chips` -runner = "probe-rs-cli run --chip STM32F429ZITx" +runner = "probe-rs run --chip STM32F429ZITx" [build] target = "thumbv7em-none-eabi"