We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a444b commit 70aa720Copy full SHA for 70aa720
1 file changed
STM32F4/cores/maple/libmaple/fsmc.h
@@ -102,7 +102,7 @@ typedef struct fsmc_reg_map {
102
typedef struct fsmc_nor_psram_reg_map {
103
__io uint32 BCR; /**< Chip-select control register */
104
__io uint32 BTR; /**< Chip-select timing register */
105
- const uint32 RESERVED[64]; /**< Reserved */
+ const uint32 RESERVED[63]; /**< Reserved */
106
__io uint32 BWTR; /**< Write timing register */
107
} fsmc_nor_psram_reg_map;
108
0 commit comments