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:
parent
2ea9829b02
commit
141c12f4ea
@ -52,7 +52,6 @@ extern "C" {
|
||||
* @name RTT configuration
|
||||
* @{
|
||||
*/
|
||||
|
||||
#define RTT_MAX_VALUE (0xFFFFFFFF)
|
||||
#define RTT_FREQUENCY (1U)
|
||||
/** @} */
|
||||
|
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -159,7 +159,6 @@ static const pwm_conf_t pwm_config[] = {
|
||||
* @name RTT configuration
|
||||
* @{
|
||||
*/
|
||||
|
||||
#define RTT_MAX_VALUE (0xFFFFFF)
|
||||
#define RTT_FREQUENCY (1U)
|
||||
/** @} */
|
||||
|
@ -159,7 +159,6 @@ static const pwm_conf_t pwm_config[] = {
|
||||
* @name RTT configuration
|
||||
* @{
|
||||
*/
|
||||
|
||||
#define RTT_MAX_VALUE (0xFFFFFF)
|
||||
#define RTT_FREQUENCY (1U)
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user