Skip to content

Commit 07bb1e1

Browse files
committed
Change START to STRT to be consistent with official name
1 parent 61f1710 commit 07bb1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hal/stm32h5.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@
217217
#define FLASH_SECWM2R_CUR (*(volatile uint32_t *)(FLASH_BASE + 0x1E0))
218218
#define FLASH_SECWM2R_PRG (*(volatile uint32_t *)(FLASH_BASE + 0x1E4))
219219

220-
#define FLASH_SECWM_START_SHIFT 0
221-
#define FLASH_SECWM_END_SHIFT 16
220+
#define FLASH_SECWM_STRT_SHIFT 0
221+
#define FLASH_SECWM_END_SHIFT 16
222222

223223
#define FLASH_NS_BASE (0x40022000) //RM0481 - Table 3
224224
#define FLASH_NS_KEYR (*(volatile uint32_t *)(FLASH_NS_BASE + 0x08))

0 commit comments

Comments
 (0)