Hello, I update the nRF Connect SDK to 2.2.0 on Windows 10 Pro recently.
On line 40, I have a warning:
I also tried to use gpio_pin_interrupt_configure() and got the same warning. But I checked the Zephyr 3.2.99, https://docs.zephyrproject.org/latest/hardware/peripherals/gpio.html#c.gpio_pin_interrupt_configure it does not mention the function is deprecated I also checked the function declaration, no annotation/comment saying the function is deprecated.
Any suggestion on how to get rid of the warning? Cheers