diff options
Diffstat (limited to 'os/hal/templates/hal_lld.c')
-rw-r--r-- | os/hal/templates/hal_lld.c | 7 |
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) {
|