From 4070a375c766b75fc856ffb66c3f4f32c0fcb37f Mon Sep 17 00:00:00 2001 From: Philip A Reimer Date: Mon, 11 Jul 2022 21:29:01 -0600 Subject: fix typo --- examples/stm32l5/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/stm32l5/.cargo/config.toml b/examples/stm32l5/.cargo/config.toml index 332a97d11..f2af6b556 100644 --- a/examples/stm32l5/.cargo/config.toml +++ b/examples/stm32l5/.cargo/config.toml @@ -1,5 +1,5 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips` +# replace STM32L552ZETxQ with your chip as listed in `probe-run --list-chips` runner = "probe-run --chip STM32L552ZETxQ" [build] -- cgit