aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/fsmc.h
diff options
context:
space:
mode:
authorUwe Hermann2011-11-11 21:46:41 +0100
committerUwe Hermann2011-11-11 21:46:41 +0100
commite4dc82879ed488801cd20ecbec07831e6616f870 (patch)
treebe37725a89820be57330861a699dae2121959cc9 /include/libopencm3/stm32/fsmc.h
parentb874da24f2fde53d4e212b3877648187d89577a0 (diff)
stm32/fsmc.h: s/FSMC_PMEM_MEMHOLDX/FSMC_PMEM_MEMWAITX/.
This was a copy-paste error.
Diffstat (limited to 'include/libopencm3/stm32/fsmc.h')
-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)