From 87ca06239fca930195e8f3085c62d8f94b48006d Mon Sep 17 00:00:00 2001 From: Andrea Ronco Date: Wed, 28 Aug 2024 17:29:50 +0200 Subject: [PATCH] fix: nrfx_gpiote_clr_task_address_get docstring --- drivers/include/nrfx_gpiote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/nrfx_gpiote.h b/drivers/include/nrfx_gpiote.h index b3e61ec708..fa81813a5b 100644 --- a/drivers/include/nrfx_gpiote.h +++ b/drivers/include/nrfx_gpiote.h @@ -499,7 +499,7 @@ uint32_t nrfx_gpiote_set_task_address_get(nrfx_gpiote_t const * p_instance, nrfx nrf_gpiote_task_t nrfx_gpiote_clr_task_get(nrfx_gpiote_t const * p_instance, nrfx_gpiote_pin_t pin); /** - * @brief Function for getting the address of the SET task for the specified output pin. + * @brief Function for getting the address of the CLR task for the specified output pin. * * @param[in] p_instance Pointer to the driver instance structure. * @param[in] pin Pin number.