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:
parent
48611c0572
commit
534290fb5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user