Skip to content

Commit

Permalink
Merge pull request #1144 from djix123/develop
Browse files Browse the repository at this point in the history
Updated description of chip id 0x0457 to L01x/L02x
  • Loading branch information
Nightwalker-87 committed May 21, 2021
2 parents 6923940 + eafb4d1 commit 6405265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stlink-lib/chipid.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ static const struct stlink_chipid_params devices[] = {
{
// STM32L011
.chip_id = STLINK_CHIPID_STM32_L011,
.description = "L011",
.description = "L01x/L02x",
.flash_type = STLINK_FLASH_TYPE_L0,
.flash_size_reg = 0x1ff8007c,
.flash_pagesize = 0x80,
Expand Down

0 comments on commit 6405265

Please sign in to comment.