1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

boards/common/arduino-zero: configure RTT_MIN_OFFSET

This commit is contained in:
Francisco Molina 2021-01-19 12:25:20 +01:00
parent 69659efc99
commit 4c9a2d7b95
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -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)
/** @} */
/**