Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
teensy-cores
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix compile error on Teensy 4.0
main
PaulStoffregen
4 anos atrás
pai
f57a0b9296
commit
48d2f63b04
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
teensy4/core_pins.h
+ 1
- 1
teensy4/core_pins.h
Ver arquivo
@@ -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);
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar