how to return to main loop instead of function after interrupt?

#define  wdt_reset()   __asm__ __volatile__ ("wdr")

I don't think this will work unless WDR is a valid SAM opcode (which I doubt)

As for the enable and disable, they are empty, I'm not sure what they are supposed to do.


Rob