mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #14305 from fjmolinas/pr_ztimer_config_usec
boards/common/iotlab: add CONFIG_ZTIMER_USEC
This commit is contained in:
commit
b05bcebeba
@ -52,6 +52,15 @@ extern "C" {
|
||||
#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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user