C1112: Interrupt specifier is illegal for data declaration

[ERROR]

Description

The interrupt specifier was applied to a data declaration.

Example
  interrupt int i;  // error

  
Tips

Apply the interrupt specifier for functions only