Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2013-07-05 08:10:56 +0400
committerPiotr Esden-Tempski <piotr@esden.net>2013-07-08 03:01:52 +0400
commit62e66359921247a3f758bc302345f536eea6fb85 (patch)
treed38f792940cf68c00a4ecd284436f45b70db98d7 /include/libopencm3/stm32/common/gpio_common_f24.h
parentb6231dbb49e9c7baeebd701d75bbb294b92ed118 (diff)
[Style] Fixed style in the newly added F3 code.
Diffstat (limited to 'include/libopencm3/stm32/common/gpio_common_f24.h')
-rw-r--r--include/libopencm3/stm32/common/gpio_common_f24.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libopencm3/stm32/common/gpio_common_f24.h b/include/libopencm3/stm32/common/gpio_common_f24.h
index d9f7ecf7..2b37b97f 100644
--- a/include/libopencm3/stm32/common/gpio_common_f24.h
+++ b/include/libopencm3/stm32/common/gpio_common_f24.h
@@ -51,7 +51,7 @@ specific memorymap.h header before including this header file.*/
#define GPIOI GPIO_PORT_I_BASE
/**@}*/
-/* --- GPIO registers for STM32F2, STM32F3 and STM32F4 --------------------------- */
+/* --- GPIO registers for STM32F2, STM32F3 and STM32F4 --------------------- */
/* Port mode register (GPIOx_MODER) */
#define GPIOG_MODER GPIO_MODER(GPIOG)
@@ -108,4 +108,4 @@ specific memorymap.h header before including this header file.*/
#else
#warning "gpio_common_f24.h should not be included explicitly, only via gpio.h"
#endif
-/** @endcond */ \ No newline at end of file
+/** @endcond */