Ver código fonte

make SPCR.enable_pins() public

teensy4-core
PaulStoffregen 11 anos atrás
pai
commit
a3b3f64d0d
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      teensy3/avr_emulation.h

+ 1
- 0
teensy3/avr_emulation.h Ver arquivo

@@ -1004,6 +1004,7 @@ private:
}
}
static uint8_t pinout;
public:
inline void enable_pins(void) __attribute__((always_inline)) {
//serial_print("enable_pins\n");
if ((pinout & 1) == 0) {

Carregando…
Cancelar
Salvar