Skip to content

Commit 70aa720

Browse files
committed
corrected RESERVED size in fsmc_nor_psram_reg_map
1 parent f7a444b commit 70aa720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • STM32F4/cores/maple/libmaple

STM32F4/cores/maple/libmaple/fsmc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ typedef struct fsmc_reg_map {
102102
typedef struct fsmc_nor_psram_reg_map {
103103
__io uint32 BCR; /**< Chip-select control register */
104104
__io uint32 BTR; /**< Chip-select timing register */
105-
const uint32 RESERVED[64]; /**< Reserved */
105+
const uint32 RESERVED[63]; /**< Reserved */
106106
__io uint32 BWTR; /**< Write timing register */
107107
} fsmc_nor_psram_reg_map;
108108

0 commit comments

Comments
 (0)