X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=teensy3%2Fpins_teensy.c;h=ec6bf03895874d7feaa4f3f83953149f85e54373;hb=9c4f55f45a932dd6c79f99c5e5471d902c72ae9e;hp=de2d56fb4db34fefa757303fead7716fa5f504ef;hpb=932302efbdad63177565090060be9070aa6faf07;p=teensytas.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;