stm32/fsmc.h: s/FSMC_PMEM_MEMHOLDX/FSMC_PMEM_MEMWAITX/.

This was a copy-paste error.
This commit is contained in:
Uwe Hermann 2011-11-11 21:46:41 +01:00
parent b874da24f2
commit e4dc82879e

View File

@ -243,7 +243,7 @@
#define FSMC_PMEM_MEMHOLDX (1 << 16)
/* MEMWAITx[15:8]: Common memory x wait time */
#define FSMC_PMEM_MEMHOLDX (1 << 8)
#define FSMC_PMEM_MEMWAITX (1 << 8)
/* MEMSETx[7:0]: Common memory x setup time */
#define FSMC_PMEM_MEMSETX (1 << 0)