Skip to content
Snippets Groups Projects
Commit 534290fb authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

board: arduino-mega2560: add xtimer configuration values

parent 48611c05
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment