Nest the second loop inside the other

master
Philip Heron 2010-06-17 21:14:10 +01:00
rodzic ea7fa94287
commit a0aa94751f
1 zmienionych plików z 1 dodań i 2 usunięć

3
rtty.c
Wyświetl plik

@ -68,8 +68,7 @@ void rtx_init()
void inline rtx_wait()
{
/* Wait for interrupt driven TX to finish */
while(txlen > 0);
while(txlen > 0);
while(txlen > 0) while(txlen > 0);
}
void rtx_data(uint8_t *data, size_t length)