I'm having a problem adding the GPIOTE_IRQhandler() to my main.c file (see attached). I'm getting a compiler error that it is doubly defined in app_gpiote.o and main.o, but app_gpiote.h is not in the include path for my project. How can I use the GPIOTE_IRQHandler() in this project?