Skip to content

Commit f3cc078

Browse files
mstasiaknordicnordicjm
authored andcommitted
[nrf fromlist] modules: hal_nordic: nrfx: change symbol for pinreset GPIO
Changed symbol that configures GPIO as pinreset source, aligning to change in nRF MDK. Upstream PR #: 99295 Signed-off-by: Michał Stasiak <[email protected]>
1 parent 361cc49 commit f3cc078

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ if(DEFINED uicr_path)
200200

201201
dt_prop(gpio_as_nreset PATH ${uicr_path} PROPERTY "gpio-as-nreset")
202202
if(${gpio_as_nreset})
203-
zephyr_library_compile_definitions(CONFIG_GPIO_AS_PINRESET)
203+
zephyr_library_compile_definitions(
204+
NRF_CONFIG_GPIO_AS_PINRESET
205+
)
204206
endif()
205207
endif()
206208

0 commit comments

Comments
 (0)