1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: nucleo-f334: add xtimer tuning values

This commit is contained in:
Kaspar Schleiser 2015-08-14 16:05:15 +02:00
parent 301c6f49ae
commit 74ed0ff241

View File

@ -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