Hi
In my boot loader application I am using nrf_bootloader files which uses "nrf_wdt.h" for watchdog functionality.
I also have included some other customised files into this one and that uses "nrfx_wdt.h", while I am combining both of them it gives me an error like there is multiple definition for "WDT_IRQHandler".
Is there any way that I can use both of them in same ( "nrf_wdt" anf "nrfx_wdt" ) in same segger project?
Regards,
KRA