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:
parent
eafba65911
commit
73adecc02d
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user