chore: specify exact mcu comment
This commit is contained in:
parent
7e5f33f1c6
commit
7fe0054cb0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
hal = { package = "stm32l0xx-hal", version = "0.10.0", features = [
|
||||
"mcu-STM32L053R8Tx",
|
||||
"mcu-STM32L053R8Tx", # specifically STM32L053R8T6
|
||||
"rt",
|
||||
] }
|
||||
cortex-m-rt = "0.7.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue