mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/common/arduino-atmega: add USEC_ADJUST values
This commit is contained in:
parent
01d870dbc7
commit
3269bcef88
@ -113,6 +113,8 @@ extern "C" {
|
||||
#define CONFIG_ZTIMER_USEC_DEV (TIMER_DEV(0))
|
||||
#define CONFIG_ZTIMER_USEC_FREQ (250000LU)
|
||||
#define CONFIG_ZTIMER_USEC_WIDTH (16)
|
||||
#define CONFIG_ZTIMER_USEC_ADJUST_SET (124)
|
||||
#define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (120)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user