diff options
| author | xoviat <[email protected]> | 2023-07-01 17:32:16 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-01 17:32:16 -0500 |
| commit | 21a86531955facbdba5583b5218e20f1ca6dc23e (patch) | |
| tree | e294d8da6a641d2fdd004dc232419166d836456e /examples | |
| parent | 6e13f5b387d8f0f948b5874bc300925b015947d9 (diff) | |
hrtim: minor cleanup
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32f334/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f334/.cargo/config.toml b/examples/stm32f334/.cargo/config.toml index 7f3fda529..caf947be6 100644 --- a/examples/stm32f334/.cargo/config.toml +++ b/examples/stm32f334/.cargo/config.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 2 | # replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list` | 2 | # replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list` |
| 3 | runner = "probe-rs-cli run --chip STM32F303ZETx" | 3 | runner = "probe-run --chip STM32F334R8" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv7em-none-eabihf" | 6 | target = "thumbv7em-none-eabihf" |
