Skip to content

Commit

Permalink
stm32l4: Fixed the naming of the identification for STM32WB parts
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Oct 14, 2024
1 parent d29f3d0 commit d588db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/stm32l4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d588db1

Please sign in to comment.