From d588db1e0fba76e73dd57cdb7748845694db16a8 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Tue, 8 Oct 2024 05:19:11 +0100 Subject: [PATCH] stm32l4: Fixed the naming of the identification for STM32WB parts --- src/target/stm32l4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/stm32l4.c b/src/target/stm32l4.c index 4853cc571f3..0faa4c1438d 100644 --- a/src/target/stm32l4.c +++ b/src/target/stm32l4.c @@ -470,7 +470,7 @@ static stm32l4_device_info_s const stm32l4_device_info[] = { { .device_id = ID_STM32WB35, .family = STM32L4_FAMILY_WBxx, - .designator = "STM32WBxx", + .designator = "STM32WB35/55", .sram1 = 192U, .sram2 = 64U, .flags = 2U,