cpu/saml21: adjust RTT_MIN_OFFSET
This commit is contained in:
parent
897b63afa4
commit
cc22324bd4
@ -81,6 +81,8 @@ typedef enum {
|
|||||||
#define RTT_CLOCK_FREQUENCY (32768U) /* in Hz */
|
#define RTT_CLOCK_FREQUENCY (32768U) /* in Hz */
|
||||||
#define RTT_MIN_FREQUENCY (RTT_CLOCK_FREQUENCY / 512U) /* in Hz */
|
#define RTT_MIN_FREQUENCY (RTT_CLOCK_FREQUENCY / 512U) /* in Hz */
|
||||||
#define RTT_MAX_FREQUENCY (RTT_CLOCK_FREQUENCY) /* in Hz */
|
#define RTT_MAX_FREQUENCY (RTT_CLOCK_FREQUENCY) /* in Hz */
|
||||||
|
/* determined by tests/ztimer_underflow */
|
||||||
|
#define RTT_MIN_OFFSET (8U)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user