aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/GPIOv1
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-25 08:20:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-25 08:20:13 +0000
commitb999931853091a3683a9f9fa5a1eb2c1c5c856a2 (patch)
tree4288d4ffa16d5d623b51506049390bd0a3fce475 /os/hal/platforms/STM32/GPIOv1
parent7273d8390d8cff3ef45289a5b6797f0fae13c515 (diff)
downloadChibiOS-b999931853091a3683a9f9fa5a1eb2c1c5c856a2.tar.gz
ChibiOS-b999931853091a3683a9f9fa5a1eb2c1c5c856a2.tar.bz2
ChibiOS-b999931853091a3683a9f9fa5a1eb2c1c5c856a2.zip
Code templates-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4971 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/GPIOv1')
-rw-r--r--os/hal/platforms/STM32/GPIOv1/pal_lld.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/GPIOv1/pal_lld.c b/os/hal/platforms/STM32/GPIOv1/pal_lld.c
index dd71ef18c..ecf317d8e 100644
--- a/os/hal/platforms/STM32/GPIOv1/pal_lld.c
+++ b/os/hal/platforms/STM32/GPIOv1/pal_lld.c
@@ -31,6 +31,10 @@
#if HAL_USE_PAL || defined(__DOXYGEN__)
+/*===========================================================================*/
+/* Driver local definitions. */
+/*===========================================================================*/
+
#if STM32_HAS_GPIOG
#define APB2_EN_MASK (RCC_APB2ENR_IOPAEN | RCC_APB2ENR_IOPBEN | \
RCC_APB2ENR_IOPCEN | RCC_APB2ENR_IOPDEN | \