Merge pull request #124 from angusholder/patch-2

Fix typo in Cargo.toml
This commit is contained in:
Adam Greig
2024-03-28 16:01:30 +00:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ panic-halt = "0.2.0"
# Uncomment for the device example. # Uncomment for the device example.
# Update `memory.x`, set target to `thumbv7em-none-eabihf` in `.cargo/config`, # 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] # [dependencies.stm32f3]
# features = ["stm32f303", "rt"] # features = ["stm32f303", "rt"]
# version = "0.7.1" # version = "0.7.1"