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 <awojasinski@baylibre.com>
This commit is contained in:
parent
145dd119a1
commit
cd64d032be
1 changed files with 3 additions and 0 deletions
|
|
@ -184,6 +184,9 @@
|
||||||
#ifdef CONFIG_NRFX_GPIOTE
|
#ifdef CONFIG_NRFX_GPIOTE
|
||||||
#define NRFX_GPIOTE_ENABLED 1
|
#define NRFX_GPIOTE_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_NRFX_GPIOTE_LOG
|
||||||
|
#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 1
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_NRFX_GPIOTE0
|
#ifdef CONFIG_NRFX_GPIOTE0
|
||||||
#define NRFX_GPIOTE0_ENABLED 1
|
#define NRFX_GPIOTE0_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue