#endif | #endif | ||||
#ifdef HAS_KINETISK_UART4 | #ifdef HAS_KINETISK_UART4 | ||||
if (Serial5.available()) serialEvent5(); | if (Serial5.available()) serialEvent5(); | ||||
#endif | |||||
#if defined(HAS_KINETISK_UART5) || defined (HAS_KINETISK_LPUART0) | |||||
if (Serial6.available()) serialEvent6(); | |||||
#endif | #endif | ||||
running = 0; | running = 0; | ||||
}; | }; |