Skip to content

Commit 530619e

Browse files
gojimmypidanielinux
authored andcommitted
Remove duplicate FLASH_CR_PNB_nn
1 parent 5463d02 commit 530619e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hal/stm32g0.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@
9696
#define FLASH_CR_BKER_BITMASK 0x2000
9797
#define BANK_SIZE (0x40000)
9898

99-
#define FLASH_CR_PNB_SHIFT 3 /* RM0444 - 3.7.5 - FLASH_CR - PNB bits 9:3 */
100-
#define FLASH_CR_PNB_MASK 0x7f /* RM0444 - 3.7.5 - FLASH_CR - PNB bits 9:3 - 7 bits */
101-
10299
#define FLASH_SECR_SEC_SIZE_POS (0U)
103100
#define FLASH_SECR_SEC_SIZE_MASK (0xFF)
104101

0 commit comments

Comments
 (0)