Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-core-4.1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix compile error on Teensy 4.0
teensy4-core
PaulStoffregen
4 anni fa
parent
f57a0b9296
commit
48d2f63b04
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
teensy4/core_pins.h
+ 1
- 1
teensy4/core_pins.h
Vedi File
@@ -1703,8 +1703,8 @@ static inline void digitalToggleFast(uint8_t pin)
CORE_PIN53_PORTTOGGLE = CORE_PIN53_BITMASK;
} else if (pin == 54) {
CORE_PIN54_PORTTOGGLE = CORE_PIN54_BITMASK;
}
#endif
}
} else {
digitalToggle(pin);
}
Write
Preview
Loading…
Annulla
Salva