浏览代码

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;
};

正在加载...
取消
保存