diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 17:20:50 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 17:20:50 +0000 |
commit | 103cd6bc02b8316a0287e015bdde051eefd228a8 (patch) | |
tree | da54a0abd95737612845abb224cb07acbf6d34b6 /os/hal/ports/AVR | |
parent | cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84 (diff) | |
download | ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.gz ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.bz2 ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.zip |
Fixed Bug #794
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9929 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/AVR')
-rw-r--r-- | os/hal/ports/AVR/hal_icu_lld.c | 1 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_pal_lld.h | 1 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_pwm_lld.c | 1 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_spi_lld.h | 1 |
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
|