From 7fe0054cb0f50668b9e032561d253bf32144ac30 Mon Sep 17 00:00:00 2001 From: cscherr Date: Mon, 28 Apr 2025 11:19:40 +0200 Subject: [PATCH] chore: specify exact mcu comment --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"