aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR')
-rw-r--r--os/hal/ports/AVR/hal_icu_lld.c1
-rw-r--r--os/hal/ports/AVR/hal_pal_lld.h1
-rw-r--r--os/hal/ports/AVR/hal_pwm_lld.c1
-rw-r--r--os/hal/ports/AVR/hal_spi_lld.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_icu_lld.c b/os/hal/ports/AVR/hal_icu_lld.c
index 2cdd1bc3c..f27af0585 100644
--- a/os/hal/ports/AVR/hal_icu_lld.c
+++ b/os/hal/ports/AVR/hal_icu_lld.c
@@ -53,7 +53,6 @@ static icu_registers_t regs_table[]=
#endif
};
-
/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/
diff --git a/os/hal/ports/AVR/hal_pal_lld.h b/os/hal/ports/AVR/hal_pal_lld.h
index 6a325ca73..708cf5168 100644
--- a/os/hal/ports/AVR/hal_pal_lld.h
+++ b/os/hal/ports/AVR/hal_pal_lld.h
@@ -227,7 +227,6 @@ typedef volatile avr_gpio_registers_t * ioportid_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 pal_lld.c. */
diff --git a/os/hal/ports/AVR/hal_pwm_lld.c b/os/hal/ports/AVR/hal_pwm_lld.c
index 49d637e63..c2de785c9 100644
--- a/os/hal/ports/AVR/hal_pwm_lld.c
+++ b/os/hal/ports/AVR/hal_pwm_lld.c
@@ -560,7 +560,6 @@ void pwm_lld_disable_channel_notification(PWMDriver *pwmp,
*regs_table[i].timsk &= ~(1 << (channel + 1));
}
-
#endif /* HAL_USE_PWM */
/** @} */
diff --git a/os/hal/ports/AVR/hal_spi_lld.h b/os/hal/ports/AVR/hal_spi_lld.h
index 5f3a6c2c5..b685087ee 100644
--- a/os/hal/ports/AVR/hal_spi_lld.h
+++ b/os/hal/ports/AVR/hal_spi_lld.h
@@ -214,7 +214,6 @@ extern "C" {
uint8_t spi_lld_polled_exchange(SPIDriver *spip, uint8_t frame);
#endif
-
#ifdef __cplusplus
}
#endif