Skip to content

Commit a3b3f64

Browse files
make SPCR.enable_pins() public
1 parent 9f839ed commit a3b3f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

teensy3/avr_emulation.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ class SPCRemulation
10041004
}
10051005
}
10061006
static uint8_t pinout;
1007+
public:
10071008
inline void enable_pins(void) __attribute__((always_inline)) {
10081009
//serial_print("enable_pins\n");
10091010
if ((pinout & 1) == 0) {

0 commit comments

Comments
 (0)