From cd64d032be60b85669518baddc2c44c5600625db Mon Sep 17 00:00:00 2001 From: Adam Wojasinski Date: Thu, 19 Dec 2024 15:26:06 +0100 Subject: [PATCH] modules: hal_nordic: nrfx: Add missing GPIOTE logging symbol mapping Add missing symbol mapping necessary to enable logging for GPIOTE nrfx driver. Signed-off-by: Adam Wojasinski --- modules/hal_nordic/nrfx/nrfx_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hal_nordic/nrfx/nrfx_config.h b/modules/hal_nordic/nrfx/nrfx_config.h index 5a6c8bf01c7..65f6e5d4fa9 100644 --- a/modules/hal_nordic/nrfx/nrfx_config.h +++ b/modules/hal_nordic/nrfx/nrfx_config.h @@ -184,6 +184,9 @@ #ifdef CONFIG_NRFX_GPIOTE #define NRFX_GPIOTE_ENABLED 1 #endif +#ifdef CONFIG_NRFX_GPIOTE_LOG +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 1 +#endif #ifdef CONFIG_NRFX_GPIOTE0 #define NRFX_GPIOTE0_ENABLED 1 #endif