Hi, I'm trying to use light_lightness example , and button_event_handler didn't work.
Error message is
"multiple definition of "GPIOTE_IRQHandler" "
because I added simple_hal.c for button_event handler.
After reading some devzone articles, I found out that I can remove simple_hal.
but without simple_hal, button_event_handler will not work.
What exactly do I need to change in the code?
I would appreciate it if you could tell me.
I'm using
nrf5_SDK_for_Mesh_v4.2.0_src
nRF5_SDK_16.0.0_98a08e2
Thank you.