Skip to content

Commit

Permalink
Corrected false character in some defines
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightwalker-87 committed May 31, 2021
1 parent 98e0a75 commit 007f393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stlink-lib/chipid.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ static struct stlink_chipid_params devices[] = {
{
// STM32H7A3/7B3
// RM0455
.chip_id = STLINK_CHIPID_STM32_H7AX,
.chip_id = STLINK_CHIPID_STM32_H7Ax,
.description = "H7Ax/H7Bx",
.flash_type = STLINK_FLASH_TYPE_H7,
.flash_size_reg = 0x08FFF80C, // "Flash size register" (p.2949)
Expand All @@ -883,7 +883,7 @@ static struct stlink_chipid_params devices[] = {
{
// STM32H72x/H73x
// RM0468
.chip_id = STLINK_CHIPID_STM32_H72X,
.chip_id = STLINK_CHIPID_STM32_H72x,
.description = "H72x/H73x",
.flash_type = STLINK_FLASH_TYPE_H7,
.flash_size_reg = 0x1FF1E880, // "Flash size register" (p.3286)
Expand Down

0 comments on commit 007f393

Please sign in to comment.