From 84b37b72122c9dacf66f2f35f1eefc71062703ff Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Tue, 15 Jun 2021 16:21:46 +0200 Subject: [PATCH] boards/z1: add CONFIG_ZTIMER_USEC_ADJUST_% values --- boards/z1/include/board.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boards/z1/include/board.h b/boards/z1/include/board.h index 1e308b7eeb..4320edcf0b 100644 --- a/boards/z1/include/board.h +++ b/boards/z1/include/board.h @@ -50,6 +50,14 @@ extern "C" { #define XTIMER_BACKOFF (40) /** @} */ +/** + * @name ztimer configuration values + * @{ + */ +#define CONFIG_ZTIMER_USEC_ADJUST_SET (96) +#define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (97) +/** @} */ + /** * @name CPU core configuration * @{