aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/XMEGA/LLD/GPIOv1/hal_pal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/XMEGA/LLD/GPIOv1/hal_pal_lld.h')
-rw-r--r--os/hal/ports/AVR/XMEGA/LLD/GPIOv1/hal_pal_lld.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/os/hal/ports/AVR/XMEGA/LLD/GPIOv1/hal_pal_lld.h b/os/hal/ports/AVR/XMEGA/LLD/GPIOv1/hal_pal_lld.h
index d552f161b..7845c2548 100644
--- a/os/hal/ports/AVR/XMEGA/LLD/GPIOv1/hal_pal_lld.h
+++ b/os/hal/ports/AVR/XMEGA/LLD/GPIOv1/hal_pal_lld.h
@@ -27,16 +27,16 @@
#if HAL_USE_PAL || defined(__DOXYGEN__)
-/*===========================================================================*/
-/* Unsupported modes and specific modes. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Unsupported modes and specific modes. */
+/*==========================================================================*/
#undef PAL_MODE_INPUT_PULLDOWN
#undef PAL_MODE_OUTPUT_OPENDRAIN
-/*===========================================================================*/
-/* I/O Ports Types and constants. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* I/O Ports Types and constants. */
+/*==========================================================================*/
/**
* @brief Width, in bits, of an I/O port.
@@ -177,9 +177,9 @@ typedef struct {
*/
typedef uint8_t ioeventmode_t;
-/*===========================================================================*/
-/* I/O Ports Identifiers. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* I/O Ports Identifiers. */
+/*==========================================================================*/
#if defined(PORTA) || defined(__DOXYGEN__)
/**
@@ -258,10 +258,10 @@ typedef uint8_t ioeventmode_t;
#define IOPORT11 (&PORTL)
#endif
-/*===========================================================================*/
-/* Implementation, some of the following macros could be implemented as */
-/* functions, if so please put them in hal_pal_lld.c. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Implementation, some of the following macros could be implemented as */
+/* functions, if so please put them in hal_pal_lld.c. */
+/*==========================================================================*/
/**
* @brief Low level PAL subsystem initialization.