aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h')
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h
index eb27f739c..dbf14a8c0 100644
--- a/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/GPIOv1/hal_pal_lld.h
@@ -29,16 +29,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.
@@ -179,9 +179,9 @@ typedef struct {
*/
typedef uint8_t ioeventmode_t;
-/*===========================================================================*/
-/* I/O Ports Identifiers. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* I/O Ports Identifiers. */
+/*==========================================================================*/
#if defined(PORTA) || defined(__DOXYGEN__)
/**
@@ -274,10 +274,10 @@ typedef uint8_t ioeventmode_t;
#define IOPORTSPI1 ((volatile avr_gpio_registers_t *)&PIN_SPI1)
#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.