1
0
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:
Francisco Molina 2020-06-10 13:30:48 +02:00
parent d23afdda92
commit d32467bf03
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -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)
/** @} */
/**