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:
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…
Reference in New Issue
Block a user