Skip to content

Commit cf52e9e

Browse files
authored
Merge pull request rust-embedded#124 from angusholder/patch-2
Fix typo in Cargo.toml
2 parents 6b2fd0e + 54e1059 commit cf52e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ panic-halt = "0.2.0"
1919

2020
# Uncomment for the device example.
2121
# Update `memory.x`, set target to `thumbv7em-none-eabihf` in `.cargo/config`,
22-
# and then use `cargo build --examples device` to build it.
22+
# and then use `cargo build --example device` to build it.
2323
# [dependencies.stm32f3]
2424
# features = ["stm32f303", "rt"]
2525
# version = "0.7.1"

0 commit comments

Comments
 (0)