From b4458e73f22b512a232934815cfdba9a514a9867 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 7 Jan 2021 22:17:01 +0100 Subject: [PATCH] cpu/esp32: fix typo in Doxygen comment depenend => depend --- cpu/esp32/include/periph_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/esp32/include/periph_cpu.h b/cpu/esp32/include/periph_cpu.h index c500ca94d9..f251d2d617 100644 --- a/cpu/esp32/include/periph_cpu.h +++ b/cpu/esp32/include/periph_cpu.h @@ -498,7 +498,7 @@ typedef struct { /** - * @name Timer configuration depenend on which implementation is used + * @name Timer configuration depend on which implementation is used * * Timers are MCU built-in feature and not board-specific. They are therefore * configured here.