Ver código fonte

Add serialEvent6 to yield

teensy4-core
Kurt Eckhardt 8 anos atrás
pai
commit
44027e2115
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      teensy3/yield.cpp

+ 3
- 0
teensy3/yield.cpp Ver arquivo

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

Carregando…
Cancelar
Salvar