瀏覽代碼

make SPCR.enable_pins() public

main
PaulStoffregen 11 年之前
父節點
當前提交
a3b3f64d0d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      teensy3/avr_emulation.h

+ 1
- 0
teensy3/avr_emulation.h 查看文件

@@ -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…
取消
儲存