Skip to content

Commit cd64d03

Browse files
awojasinskikartben
authored andcommitted
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 <[email protected]>
1 parent 145dd11 commit cd64d03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/hal_nordic/nrfx/nrfx_config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@
184184
#ifdef CONFIG_NRFX_GPIOTE
185185
#define NRFX_GPIOTE_ENABLED 1
186186
#endif
187+
#ifdef CONFIG_NRFX_GPIOTE_LOG
188+
#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 1
189+
#endif
187190
#ifdef CONFIG_NRFX_GPIOTE0
188191
#define NRFX_GPIOTE0_ENABLED 1
189192
#endif

0 commit comments

Comments
 (0)