boards/common/iotlab: add CONFIG_ZTIMER_USEC
This commit is contained in:
parent
4c05c0207f
commit
362eb56bf0
@ -52,6 +52,15 @@ extern "C" {
|
|||||||
#define XTIMER_WIDTH (16U)
|
#define XTIMER_WIDTH (16U)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name ztimer configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
|
||||||
|
#define CONFIG_ZTIMER_USEC_DEV TIMER_DEV(0)
|
||||||
|
#define CONFIG_ZTIMER_USEC_MIN (2)
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Define the interface to the AT86RF231 radio
|
* @name Define the interface to the AT86RF231 radio
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user