ソースを参照

Add serialEvent6 to yield

main
Kurt Eckhardt 8年前
コミット
44027e2115
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      teensy3/yield.cpp

+ 3
- 0
teensy3/yield.cpp ファイルの表示

@@ -49,6 +49,9 @@ void yield(void)
#endif
#ifdef HAS_KINETISK_UART4
if (Serial5.available()) serialEvent5();
#endif
#if defined(HAS_KINETISK_UART5) || defined (HAS_KINETISK_LPUART0)
if (Serial6.available()) serialEvent6();
#endif
running = 0;
};

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