From 534290fb5b88f89dd408adb27f2d49a8daaaa78e Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 14 Sep 2015 00:30:39 +0200 Subject: [PATCH] board: arduino-mega2560: add xtimer configuration values --- boards/arduino-mega2560/include/board.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boards/arduino-mega2560/include/board.h b/boards/arduino-mega2560/include/board.h index 8b9c6b44e7..7b9abad022 100644 --- a/boards/arduino-mega2560/include/board.h +++ b/boards/arduino-mega2560/include/board.h @@ -73,6 +73,14 @@ extern "C" { #define LED_RED_TOGGLE /* not available */ /** @} */ +/** + * @brief xtimer configuration values + * @{ + */ +#define XTIMER_SHIFT (2) +#define XTIMER_SHIFT_ON_COMPARE (8) +#define XTIMER_BACKOFF (40) +/** @} */ /** * @brief Initialize board specific hardware, including clock, LEDs and std-IO