aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c')
-rw-r--r--os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c
index 449fcc83b..02d21a716 100644
--- a/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c
+++ b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file hal_lld.c
+ * @file ATMEGAxx/hal_lld.c
* @brief AVR HAL subsystem low level driver code.
*
* @addtogroup HAL
@@ -24,25 +24,25 @@
#include "hal.h"
-/*===========================================================================*/
-/* Driver exported variables. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver exported variables. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* Driver local variables and types. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver local variables and types. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* Driver local functions. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver local functions. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* Driver interrupt handlers. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver interrupt handlers. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* Driver exported functions. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver exported functions. */
+/*==========================================================================*/
/**
* @brief Low level HAL driver initialization.