aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
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/STM32F1xx
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/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/adc_lld.c4
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F1xx/adc_lld.c b/os/hal/platforms/STM32F1xx/adc_lld.c
index d87cc7917..580085855 100644
--- a/os/hal/platforms/STM32F1xx/adc_lld.c
+++ b/os/hal/platforms/STM32F1xx/adc_lld.c
@@ -32,6 +32,10 @@
#if HAL_USE_ADC || defined(__DOXYGEN__)
/*===========================================================================*/
+/* Driver local definitions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/
diff --git a/os/hal/platforms/STM32F1xx/hal_lld.c b/os/hal/platforms/STM32F1xx/hal_lld.c
index e4a0c5ed7..ca827fe63 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld.c
+++ b/os/hal/platforms/STM32F1xx/hal_lld.c
@@ -30,6 +30,10 @@
#include "hal.h"
/*===========================================================================*/
+/* Driver local definitions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/