From 20704ecb21acb990f45190c26d97b7566331c255 Mon Sep 17 00:00:00 2001 From: Michel Rottleuthner Date: Mon, 6 Jul 2020 14:20:12 +0200 Subject: [PATCH] boards/saml1x: provide custom value for XTIMER_BACKOFF to spin for lower values --- boards/common/saml1x/include/board.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/boards/common/saml1x/include/board.h b/boards/common/saml1x/include/board.h index b8a535e158..2d023ea3aa 100644 --- a/boards/common/saml1x/include/board.h +++ b/boards/common/saml1x/include/board.h @@ -62,6 +62,12 @@ extern "C" { #define BTN0_MODE GPIO_IN_PU /** @} */ +/** + * @name Xtimer configuration + * @{ + */ +#define XTIMER_BACKOFF (40) +/** @} */ /** * @brief Initialize board specific hardware, including clock, LEDs and std-IO