From 8e52d309492b8e6e39c6b493eed3111bc092233c Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:13:11 +0200 Subject: [PATCH] boards/esp32-wroom-32: fix typos --- boards/esp32-wroom-32/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/esp32-wroom-32/include/periph_conf.h b/boards/esp32-wroom-32/include/periph_conf.h index 0e1f685682..53ce161c61 100644 --- a/boards/esp32-wroom-32/include/periph_conf.h +++ b/boards/esp32-wroom-32/include/periph_conf.h @@ -171,7 +171,7 @@ extern "C" { /** * @name UART configuration * - * ESP32 provides 3 UART interaces at maximum: + * ESP32 provides 3 UART interfaces at maximum: * * UART_DEV(0) uses fixed standard configuration.
* UART_DEV(1) is defined here.