boards: nucleo-f334: add xtimer tuning values

dev/timer
Kaspar Schleiser 8 years ago
parent 301c6f49ae
commit 74ed0ff241

@ -108,6 +108,15 @@ extern "C" {
#define SPI_0_MOSI_PORT_CLKEN() (RCC->AHBENR |= RCC_AHBENR_GPIOAEN)
/** @} */
/**
* @name xtimer configuration
* @{
*/
#define XTIMER_USLEEP_UNTIL_OVERHEAD 10
#define XTIMER_BACKOFF 15
#define XTIMER_OVERHEAD 3
/** @} */
#ifdef __cplusplus
}
#endif

Loading…
Cancel
Save