handler.c 125 B

123456
  1. #include "__virtualmath.h"
  2. volatile SignalType is_KeyInterrupt;
  3. void resetHandler() {
  4. is_KeyInterrupt = signal_reset;
  5. }