I am trying to use the mesh network using the nrf51822. I have to use the app_timer with my application. Mesh library and the app_timer library making conflict with the SWI0 interrupt( both are using the same SWI0 interrupt) .Please give some guidelines to overcome this difficulty . How should I handle both interrupts without making any issues ?