mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
boards: iotlab-m3: add xtimer tuning values
This commit is contained in:
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…
x
Reference in New Issue
Block a user