1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

board: arduino-mega2560: add xtimer configuration values

This commit is contained in:
Kaspar Schleiser 2015-09-14 00:30:39 +02:00
parent 48611c0572
commit 534290fb5b

View File

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