aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libopencm3/stm32/fsmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/fsmc.h b/include/libopencm3/stm32/fsmc.h
index 1d318e3..84a3787 100644
--- a/include/libopencm3/stm32/fsmc.h
+++ b/include/libopencm3/stm32/fsmc.h
@@ -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)