mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/samr21-xpro: set RTT_MIN_OFFSET
This commit is contained in:
parent
8d329942df
commit
e3469565c8
@ -286,6 +286,7 @@ static const i2c_conf_t i2c_config[] = {
|
||||
#define RTT_IRQ_PRIO 10
|
||||
#define RTT_ISR isr_rtc
|
||||
#define RTT_MAX_VALUE (0xffffffff)
|
||||
#define RTT_MIN_OFFSET (10U)
|
||||
#define RTT_FREQUENCY (32768U) /* in Hz. For changes see `rtt.c` */
|
||||
#define RTT_RUNSTDBY (1) /* Keep RTT running in sleep states */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user