Browse Source

make SPCR.enable_pins() public

main
PaulStoffregen 11 years ago
parent
commit
a3b3f64d0d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      teensy3/avr_emulation.h

+ 1
- 0
teensy3/avr_emulation.h View File

@@ -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) {

Loading…
Cancel
Save