Merge pull request #14443 from MichelRottleuthner/pr_saml1x_xtimer_backoff

boards/saml1x: provide custom value for XTIMER_BACKOFF to spin for lo…
This commit is contained in:
Kevin "Tristate Tom" Weiss 2020-07-08 09:08:16 +02:00 committed by GitHub
commit ad28752e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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