From 4c9a2d7b95f7a7193b0367192e5306db0d91c775 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Tue, 19 Jan 2021 12:25:20 +0100 Subject: [PATCH] boards/common/arduino-zero: configure RTT_MIN_OFFSET --- boards/common/arduino-zero/include/periph_conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/common/arduino-zero/include/periph_conf.h b/boards/common/arduino-zero/include/periph_conf.h index 939219c21a..073b25e9e0 100644 --- a/boards/common/arduino-zero/include/periph_conf.h +++ b/boards/common/arduino-zero/include/periph_conf.h @@ -274,6 +274,7 @@ static const i2c_conf_t i2c_config[] = { #ifndef RTT_FREQUENCY #define RTT_FREQUENCY (32768U) /* in Hz. For changes see `rtt.c` */ #endif +#define RTT_MIN_OFFSET (10U) /** @} */ /**