aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h')
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
index 2d14150e3..27255350a 100644
--- a/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
@@ -27,31 +27,31 @@
#if HAL_USE_EXT || defined(__DOXYGEN__)
-/*===========================================================================*/
-/* Driver constants. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver constants. */
+/*==========================================================================*/
/**
* @brief Maximum number of EXT channels.
*/
-#define AVR_INT_NUM_LINES 6 /**< INT0 to INT5 */
+#define AVR_INT_NUM_LINES 6 /**< INT0 to INT5. */
/**
* @brief Available number of EXT channels.
*/
#define EXT_MAX_CHANNELS AVR_INT_NUM_LINES
-/*===========================================================================*/
-/* 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. */
+/*==========================================================================*/
/**
* @brief EXT channel identifier.
@@ -89,7 +89,7 @@ typedef struct {
* @brief Channel configurations.
*/
EXTChannelConfig channels[EXT_MAX_CHANNELS];
- /* End of the mandatory fields.*/
+ /* End of the mandatory fields. */
} EXTConfig;
/**
@@ -105,16 +105,16 @@ struct EXTDriver {
* @brief Current configuration data.
*/
const EXTConfig *config;
- /* End of the mandatory fields.*/
+ /* End of the mandatory fields. */
};
-/*===========================================================================*/
-/* Driver macros. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver macros. */
+/*==========================================================================*/
-/*===========================================================================*/
-/* External declarations. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* External declarations. */
+/*==========================================================================*/
extern EXTDriver EXTD1;
#ifdef __cplusplus