From a394fcd10053d59743d6694bda40fb30a7e58183 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:13:11 +0200 Subject: [PATCH] boards/esp32-wrover-kit: fix typos --- boards/esp32-wrover-kit/doc.txt | 2 +- boards/esp32-wrover-kit/include/periph_conf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/esp32-wrover-kit/doc.txt b/boards/esp32-wrover-kit/doc.txt index efaa94042c..bc095d92a8 100644 --- a/boards/esp32-wrover-kit/doc.txt +++ b/boards/esp32-wrover-kit/doc.txt @@ -257,7 +257,7 @@ For detailed information about ESP32 as well as configuring and compiling RIOT f ## On-Chip Debugging with the Device    [[TOC](#toc)] -Since the USB bridge based on FDI FT2232HL provides a JTAG interface for debugging through an USB interface, using ESP-ROVER-KIT is the easiest and most convinient way for On-Chip debugging. Please refer the [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/index.html) for details on how to setup and how to use ESP-WROVER-KIT and OpenOCD. +Since the USB bridge based on FDI FT2232HL provides a JTAG interface for debugging through an USB interface, using ESP-ROVER-KIT is the easiest and most convenient way for On-Chip debugging. Please refer the [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/index.html) for details on how to setup and how to use ESP-WROVER-KIT and OpenOCD. ## Other Documentation Resources    [[TOC](#toc)] diff --git a/boards/esp32-wrover-kit/include/periph_conf.h b/boards/esp32-wrover-kit/include/periph_conf.h index 5b637d9581..46cf6123e6 100644 --- a/boards/esp32-wrover-kit/include/periph_conf.h +++ b/boards/esp32-wrover-kit/include/periph_conf.h @@ -196,7 +196,7 @@ /** * @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 not available.