atmega_common / thread_arch.c : AVR_CONTEXT_SWAP_INTERRUPT_VECT,

Hey everyone,

I've pulled from the latest master branch into my fork and now my platform breaks because I don't have the AVR_CONTEXT_SWAP_INTERRUPT_VECT-related defines.

The related issue is https://github.com/RIOT-OS/RIOT/issues/5745

As this pin interrupt is now used for the context switch, it is effectively dead as a pin interrupt. Am I correct here?

Best Regards, Robert