Skip to content

Commit d1e4507

Browse files
[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 28c1a5a commit d1e4507

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
@@ -177,7 +177,9 @@ if(DEFINED uicr_path)
177177

178178
dt_prop(gpio_as_nreset PATH ${uicr_path} PROPERTY "gpio-as-nreset")
179179
if(${gpio_as_nreset})
180-
zephyr_library_compile_definitions(CONFIG_GPIO_AS_PINRESET)
180+
zephyr_library_compile_definitions(
181+
NRF_CONFIG_GPIO_AS_PINRESET
182+
)
181183
endif()
182184
endif()
183185

0 commit comments

Comments
 (0)