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

boards/z1: update ztimer adjust params

This commit is contained in:
Francisco Molina 2022-03-22 12:49:16 +01:00
parent a2146acef7
commit 2bb6bc1b1b

View File

@ -54,8 +54,8 @@ extern "C" {
* @name ztimer configuration values
* @{
*/
#define CONFIG_ZTIMER_USEC_ADJUST_SET (96)
#define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (97)
#define CONFIG_ZTIMER_USEC_ADJUST_SET (99)
#define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (100)
/** @} */
/**