Skip to content

Commit

Permalink
Merge pull request #124 from angusholder/patch-2
Browse files Browse the repository at this point in the history
Fix typo in Cargo.toml
  • Loading branch information
adamgreig authored Mar 28, 2024
2 parents 6b2fd0e + 54e1059 commit cf52e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf52e9e

Please sign in to comment.