ソースを参照

make SPCR.enable_pins() public

teensy4-core
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) {

読み込み中…
キャンセル
保存