mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/samr21-xpro: increase CONFIG_ZTIMER_USEC_MIN
This commit is contained in:
parent
d23afdda92
commit
d32467bf03
@ -43,7 +43,8 @@ extern "C" {
|
||||
*/
|
||||
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
|
||||
#define CONFIG_ZTIMER_USEC_DEV TIMER_DEV(1)
|
||||
#define CONFIG_ZTIMER_USEC_MIN (8)
|
||||
/* timer_set() may underflow for values smaller than 9, set 10 as margin */
|
||||
#define CONFIG_ZTIMER_USEC_MIN (10)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user