aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-07 11:11:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-07 11:11:45 +0000
commite4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c (patch)
treecb74f829601c554a72ec3aa1e9a3f5bbe01c7b3f /os/hal/templates/hal_lld.c
parentc85b9403a373189fccf360cacaaf1612c746c58f (diff)
downloadChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.tar.gz
ChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.tar.bz2
ChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1583 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/hal_lld.c')
-rw-r--r--os/hal/templates/hal_lld.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/os/hal/templates/hal_lld.c b/os/hal/templates/hal_lld.c
index 75e58d988..56dc1b88e 100644
--- a/os/hal/templates/hal_lld.c
+++ b/os/hal/templates/hal_lld.c
@@ -18,8 +18,9 @@
*/
/**
- * @file templates/hal_lld.c
- * @brief HAL Driver subsystem low level driver source template.
+ * @file templates/hal_lld.c
+ * @brief HAL Driver subsystem low level driver source template.
+ *
* @addtogroup HAL_LLD
* @{
*/
@@ -48,7 +49,7 @@
/*===========================================================================*/
/**
- * @brief Low level HAL driver initialization.
+ * @brief Low level HAL driver initialization.
*/
void hal_lld_init(void) {