Skip to content

Commit fc1ff6e

Browse files
committed
Add comment about what to do if you use an F030.
The obvious change doesn't work!
1 parent c2ad19a commit fc1ff6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ defmt = "0.2.0"
1414
defmt-rtt = "0.2.0"
1515
cortex-m-rtic = "0.5"
1616
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
17+
# Use this line if you have an STM32F030K6T6
18+
# stm32f0xx-hal = { version = "0.17", features = ["stm32f030x6", "rt"] }
19+
# Use this line if you have an STM32F031K6T6
1720
stm32f0xx-hal = { version = "0.17", features = ["stm32f031", "rt"] }
1821
debouncr = "0.2"
1922

0 commit comments

Comments
 (0)