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

boards/samr21-xpro: add ztimer config

This commit is contained in:
Kaspar Schleiser 2019-07-17 15:26:45 +02:00
parent eafba65911
commit 73adecc02d

View File

@ -37,6 +37,15 @@ extern "C" {
#define XTIMER_CHAN (0)
/** @} */
/**
* @name ztimer configuration
* @{
*/
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
#define CONFIG_ZTIMER_USEC_DEV TIMER_DEV(1)
#define CONFIG_ZTIMER_USEC_MIN (8)
/** @} */
/**
* @name AT86RF233 configuration
*