boards: iotlab-m3: add xtimer tuning values

dev/timer
Kaspar Schleiser 8 years ago
parent 69c9a9c82f
commit 1c9e46b55d

@ -144,6 +144,14 @@ extern "C" {
#define LED_ORANGE_TOGGLE (LED_ORANGE_PORT->ODR ^= (1<<LED_ORANGE_PIN))
/** @} */
/**
* @name xtimer tuning values
* @{
*/
#define XTIMER_OVERHEAD 6
#define XTIMER_SHOOT_EARLY 3
/** @} */
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/

Loading…
Cancel
Save