From 0ee2a8fa5f21a31f00f8d8515ac358168ea90925 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 14 Sep 2020 18:05:09 +0200 Subject: [PATCH] sys/ztimer: fix auto_init doc --- sys/ztimer/auto_init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/ztimer/auto_init.c b/sys/ztimer/auto_init.c index 489b86ac93..e6456faa8d 100644 --- a/sys/ztimer/auto_init.c +++ b/sys/ztimer/auto_init.c @@ -20,16 +20,16 @@ * * Anyhow, this configures ztimer as follows: * - * 1. if ztimer_msec in USEMODULE: - * 1.1. assume ztimer_msec uses periph_timer + * 1. if ztimer_usec in USEMODULE: + * 1.1. assume ztimer_usec uses periph_timer * 1.2a. if no config given * 1.2a.1a. use xtimer config if available * 1.2a.1b. default to TIMER_DEV(0), 32bit * 1.2b. else, use config * - * 2. if ztimer_usec in USEMODULE: + * 2. if ztimer_msec in USEMODULE: * 2.1a. if periph_rtt in USEMODULE: use that - * 2.1b: else: convert from ZTIMER_MSEC + * 2.1b: else: convert from ZTIMER_USEC * * @author Kaspar Schleiser *