X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=teensy3%2Fpins_teensy.c;h=ec6bf03895874d7feaa4f3f83953149f85e54373;hb=f359b935ea6628421393610cf14f9fe6887b0d4c;hp=de2d56fb4db34fefa757303fead7716fa5f504ef;hpb=5b1ee79c96708a86794c17057023dbd0b8bc81f0;p=megadrive.git diff --git a/teensy3/pins_teensy.c b/teensy3/pins_teensy.c index de2d56f..ec6bf03 100644 --- a/teensy3/pins_teensy.c +++ b/teensy3/pins_teensy.c @@ -165,7 +165,7 @@ void porta_isr(void) if ((isfr & CORE_PIN33_BITMASK) && intFunc[33]) intFunc[33](); } -void portb_isr(void) +void portb_isr_orig(void) { uint32_t isfr = PORTB_ISFR; PORTB_ISFR = isfr;