diff --git a/Cargo.toml b/Cargo.toml index fce93ae..8d4708e 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"