chore: specify exact mcu comment

This commit is contained in:
cscherr 2025-04-28 11:19:40 +02:00
parent 7e5f33f1c6
commit 7fe0054cb0
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -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"