Ver código fonte

Fix compile error on Teensy 4.0

main
PaulStoffregen 4 anos atrás
pai
commit
48d2f63b04
1 arquivos alterados com 1 adições e 1 exclusões
  1. +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);
}

Carregando…
Cancelar
Salvar