EMPTY_INTERRUPT(vector)
Defines an empty interrupt handler function. This will not generate any prolog or
epilog code and will only return from the ISR. Do not define a function body as this
will define it for you. Example:
EMPTY_INTERRUPT(ADC_vect);