aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4
diff options
context:
space:
mode:
authorUwe Hermann2011-11-11 21:40:57 +0100
committerUwe Hermann2011-11-11 21:40:57 +0100
commit257fc810cbc5d13d2661dfc280685d62dad6f271 (patch)
tree48524485aff2cabf1a57b4c26801a145605cfae7 /include/libopencm3/stm32/f4
parent47a116ef4ff653a635b3b0fc7c5eebe5ea464070 (diff)
STM32F4: Fix typos, s/F2/F4/.
Diffstat (limited to 'include/libopencm3/stm32/f4')
-rw-r--r--include/libopencm3/stm32/f4/gpio.h2
-rw-r--r--include/libopencm3/stm32/f4/memorymap.h2
-rw-r--r--include/libopencm3/stm32/f4/nvic_f4.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/libopencm3/stm32/f4/gpio.h b/include/libopencm3/stm32/f4/gpio.h
index 5e0377d..3fe564e 100644
--- a/include/libopencm3/stm32/f4/gpio.h
+++ b/include/libopencm3/stm32/f4/gpio.h
@@ -255,7 +255,7 @@
/* --- Function prototypes ------------------------------------------------- */
/*
- * Note: The F2 series has a completely new GPIO peripheral with different
+ * Note: The F4 series has a completely new GPIO peripheral with different
* configuration options. Here we implement a different API partly to more
* closely match the peripheral capabilities and also to deliberately break
* compatibility with old F1 code so there is no confusion with similar
diff --git a/include/libopencm3/stm32/f4/memorymap.h b/include/libopencm3/stm32/f4/memorymap.h
index 9fe77fa..f45face 100644
--- a/include/libopencm3/stm32/f4/memorymap.h
+++ b/include/libopencm3/stm32/f4/memorymap.h
@@ -22,7 +22,7 @@
#include <libopencm3/cm3/memorymap.h>
-/* --- STM32F20x specific peripheral definitions ------------------------------- */
+/* --- STM32F4 specific peripheral definitions ----------------------------- */
/* Memory map for all busses */
#define PERIPH_BASE 0x40000000
diff --git a/include/libopencm3/stm32/f4/nvic_f4.h b/include/libopencm3/stm32/f4/nvic_f4.h
index f0cec96..21274b0 100644
--- a/include/libopencm3/stm32/f4/nvic_f4.h
+++ b/include/libopencm3/stm32/f4/nvic_f4.h
@@ -22,7 +22,7 @@
/* --- IRQ channel numbers-------------------------------------------------- */
-/* Note: These F2 specific user interrupt definitions supplement the
+/* Note: These F4 specific user interrupt definitions supplement the
* general NVIC definitions in ../nvic.h
*/