Explorar el Código

Fix compile error on Teensy 4.0

teensy4-core
PaulStoffregen hace 4 años
padre
commit
48d2f63b04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy4/core_pins.h

+ 1
- 1
teensy4/core_pins.h Ver fichero

@@ -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);
}

Cargando…
Cancelar
Guardar