corrected RESERVED size in fsmc_nor_psram_reg_map

This commit is contained in:
stevstrong 2017-05-22 17:53:17 +02:00
parent f7a444b9ef
commit 70aa720e34
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ typedef struct fsmc_reg_map {
typedef struct fsmc_nor_psram_reg_map {
__io uint32 BCR; /**< Chip-select control register */
__io uint32 BTR; /**< Chip-select timing register */
const uint32 RESERVED[64]; /**< Reserved */
const uint32 RESERVED[63]; /**< Reserved */
__io uint32 BWTR; /**< Write timing register */
} fsmc_nor_psram_reg_map;