From 7452a61e64a804e9c294468e647c02d005922707 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 23 Jan 2024 01:11:51 +0100 Subject: [PATCH] fixup! boards/nrf52dk: Minimal Arduino pinout support --- boards/nrf52dk/include/arduino_iomap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nrf52dk/include/arduino_iomap.h b/boards/nrf52dk/include/arduino_iomap.h index 77c9e27047..432117d000 100644 --- a/boards/nrf52dk/include/arduino_iomap.h +++ b/boards/nrf52dk/include/arduino_iomap.h @@ -30,7 +30,7 @@ extern "C" { /** * @brief Mapping of MCU pins to Arduino pins * - * For refernce, see schematic file `nRF52 Development Kit - Hardware files + * For reference, see schematic file `nRF52 Development Kit - Hardware files * 3_0_0/PCA10040-nRF52832 Development Board 3_0_0/Schematic_Layout pdf * files/PCA10040_Schematic_And_PCB.pdf` in * `nrf52-development-kit---hardware-files-3_0_0.zip` from