Frank 4 vuotta sitten
vanhempi
commit
f13e79eee2
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      teensy4/interrupt.c

+ 1
- 1
teensy4/interrupt.c Näytä tiedosto

@@ -109,7 +109,7 @@ void attachInterrupt(uint8_t pin, void (*function)(void), int mode)
gpio[EDGE_INDEX] |= mask;
} else {
gpio[EDGE_INDEX] &= ~mask;
if (index < 15) {
if (index < 16) {
uint32_t shift = index * 2;
gpio[ICR1_INDEX] = (gpio[ICR1_INDEX] & ~(3 << shift)) | (icr << shift);
} else {

Loading…
Peruuta
Tallenna