aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h')
-rw-r--r--os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h
index ba7df0b2a..3532b0062 100644
--- a/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h
+++ b/os/hal/ports/AVR/MEGA/ATMEGAxx/hal_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file hal_lld.h
+ * @file ATMEGAxx/hal_lld.h
* @brief AVR HAL subsystem low level driver header.
*
* @addtogroup HAL
@@ -25,9 +25,9 @@
#ifndef HAL_LLD_H
#define HAL_LLD_H
-/*===========================================================================*/
-/* Driver constants. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver constants. */
+/*==========================================================================*/
/**
* @brief Defines the support for realtime counters in the HAL.
@@ -39,25 +39,25 @@
*/
#define PLATFORM_NAME "AVR"
-/*===========================================================================*/
-/* Driver pre-compile time settings. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver pre-compile time settings. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* Derived constants and error checks. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Derived constants and error checks. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* Driver data structures and types. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver data structures and types. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* Driver macros. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver macros. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* External declarations. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* External declarations. */
+/*==========================================================================*/
#ifdef __cplusplus
extern "C" {