raiden00pl commented on a change in pull request #1662:
URL: https://github.com/apache/incubator-nuttx/pull/1662#discussion_r479788259
##########
File path: arch/arm/src/nrf52/nrf52_gpiote.c
##########
@@ -183,7 +168,9 @@ int nrf52_gpiosetevent(uint32_t pinset, bool risingedge,
bool fallingedge,
int ret = OK;
int i = 0;
int pin = 0;
+#ifdef CONFIG_ARCH_CHIP_NRF52840
Review comment:
`NRF52_HAVE_PORT1` is already defined in Kconfig so if you use `#ifdef
CONFIG_NRF52_HAVE_PORT1` it should work without my PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]