1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/efm32: cleanup EFM32 rtt/rtc definitions

- RTT/RTC_NUMOF was already removed, but not from STK3200 PR
- Unneeded whitespaces
This commit is contained in:
Bas Stottelaar 2020-10-28 20:59:31 +01:00
parent 2ea9829b02
commit 141c12f4ea
4 changed files with 1 additions and 11 deletions

View File

@ -52,7 +52,6 @@ extern "C" {
* @name RTT configuration
* @{
*/
#define RTT_MAX_VALUE (0xFFFFFFFF)
#define RTT_FREQUENCY (1U)
/** @} */

View File

@ -96,17 +96,10 @@ static const i2c_conf_t i2c_config[] = {
#define I2C_0_ISR isr_i2c0
/** @} */
/**
* @brief RTC configuration
*/
#define RTC_NUMOF (1U)
/**
* @name RTT configuration
* @{
*/
#define RTT_NUMOF (1U)
#define RTT_MAX_VALUE (0xFFFFFF)
#define RTT_FREQUENCY (1U)
/** @} */
@ -147,7 +140,7 @@ static const timer_conf_t timer_config[] = {
.cmu = cmuClock_TIMER1
},
.irq = TIMER1_IRQn,
.channel_numof = 3,
.channel_numof = 3
}
};

View File

@ -159,7 +159,6 @@ static const pwm_conf_t pwm_config[] = {
* @name RTT configuration
* @{
*/
#define RTT_MAX_VALUE (0xFFFFFF)
#define RTT_FREQUENCY (1U)
/** @} */

View File

@ -159,7 +159,6 @@ static const pwm_conf_t pwm_config[] = {
* @name RTT configuration
* @{
*/
#define RTT_MAX_VALUE (0xFFFFFF)
#define RTT_FREQUENCY (1U)
/** @} */