1
0
Fork 0

Fix Linux compile error.

ycs232-kbc
Jonathan Naylor 8 years ago
parent 53126f5e4e
commit 3952cb9343

@ -104,7 +104,7 @@ void CAPRSWriterThread::entry()
if (!m_connected){
LogError("Reconnect attempt to the APRS server has failed");
Sleep(10000UL); // 10 secs
sleep(10000UL); // 10 secs
}
}

Loading…
Cancel
Save