From de8f857de4b970fe3afc923d166e7176a5e4bd1c Mon Sep 17 00:00:00 2001 From: "Mr. Green's Workshop" <76992231+MrGreensWorkshop@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:26:04 +0900 Subject: [PATCH] fix typo datsheet -> datasheet (#942) fix typo datsheet -> datasheet --- src/rp2_common/hardware_gpio/include/hardware/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/hardware_gpio/include/hardware/gpio.h b/src/rp2_common/hardware_gpio/include/hardware/gpio.h index 09a9b96..1dff258 100644 --- a/src/rp2_common/hardware_gpio/include/hardware/gpio.h +++ b/src/rp2_common/hardware_gpio/include/hardware/gpio.h @@ -85,7 +85,7 @@ extern "C" { * selected on one GPIO at a time. If the same peripheral input is connected to multiple GPIOs, the peripheral sees the logical * OR of these GPIO inputs. * - * Please refer to the datsheet for more information on GPIO function selection. + * Please refer to the datasheet for more information on GPIO function selection. */ enum gpio_function { GPIO_FUNC_XIP = 0,