1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/saml21: adjust RTT_MIN_OFFSET

This commit is contained in:
Juergen Fitschen 2020-06-23 11:59:56 +02:00
parent 897b63afa4
commit cc22324bd4

View File

@ -81,6 +81,8 @@ typedef enum {
#define RTT_CLOCK_FREQUENCY (32768U) /* in Hz */
#define RTT_MIN_FREQUENCY (RTT_CLOCK_FREQUENCY / 512U) /* in Hz */
#define RTT_MAX_FREQUENCY (RTT_CLOCK_FREQUENCY) /* in Hz */
/* determined by tests/ztimer_underflow */
#define RTT_MIN_OFFSET (8U)
/** @} */
#ifdef __cplusplus