From 3a357f358eaa7fa34d640e2b63da825610e6b52a Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 4 Jul 2023 16:47:15 +0200 Subject: [PATCH] Update drivers/include/periph/doc.txt Co-authored-by: Koen Zandberg --- drivers/include/periph/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/periph/doc.txt b/drivers/include/periph/doc.txt index 623070a5ad556..5844c41eea5ed 100644 --- a/drivers/include/periph/doc.txt +++ b/drivers/include/periph/doc.txt @@ -23,7 +23,7 @@ * * 1. Drivers that do not need to be initialized * (e.g. @ref drivers_periph_eeprom) - * 2. Drivers that are automatically initialized by the module `periph_init`, + * 2. Drivers that are automatically initialized by the module `periph_init` at boot, * (see @ref drivers_periph_init for details) * 3. Drivers that require manual initialization (e.g. @ref drivers_periph_uart * or @ref drivers_periph_adc)