Error: Due to an error in the parser, a blank interrupt routine (ISR) crashes the compiler.

  • Solution: Insert command line or add a ISR option, eg „fastauto“
Error:
isr myInterrupt
endisr
Solutions:
isr myInterrupt fastauto 'any option
endisr
isr myInterrupt
  nop 'any command(s) (not empty)
endisr