stm32l4: Fixed the naming of the identification for STM32WB parts

This commit is contained in:
dragonmux
2024-10-08 05:19:11 +01:00
parent d29f3d0ea7
commit d588db1e0f

View File

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