From 54e1059ae5be8fdc0dde4065d97cdb302b47810a Mon Sep 17 00:00:00 2001 From: Angus Holder Date: Thu, 28 Mar 2024 15:59:04 +0000 Subject: [PATCH] Fix typo in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cf925a..f8a9cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ panic-halt = "0.2.0" # Uncomment for the device example. # Update `memory.x`, set target to `thumbv7em-none-eabihf` in `.cargo/config`, -# and then use `cargo build --examples device` to build it. +# and then use `cargo build --example device` to build it. # [dependencies.stm32f3] # features = ["stm32f303", "rt"] # version = "0.7.1"