Greetings,
S110 with SDK6.0 I try to build the executable for Nordic GitHub project Timeslot Oberver example. I get an error that the handler SD_EVT_IRQHandler is multiple defined. Define in softdevice_handler.c and define in main.c .
Actually in softdevice_handler.c only SWI2_IRQHandler is defined, but in nrf_soc.h:
#define SD_EVT_IRQHandler (SWI2_IRQHandler)
So they are conflicted. How can I solve this problem? Thanks!