1
0
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:
Kaspar Schleiser 2020-06-18 09:19:46 +02:00 committed by GitHub
commit b05bcebeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*