C1113: Interrupt specifier used twice for same function

[ERROR]

Description

The interrupt specifier was used twice for the same function.

Example
  interrupt 4 void interrupt 2 f(); // error

  
Tips