This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

compiler error pin_change_int example

trying to implement an external interrupt with both edge triggered. I wanted to try first pin_change_int example in sdk 15.3.0 but it is not compiling. I didn't do any change on example. using segger embedded studio. full error message is

'NRFX_GPIOTE_CONFIG_IN_SENSE_HITOLO' undeclared (first use in this function); did you mean 'NRF_GPIO_PIN_SENSE_HIGH'?

Related