Add a small delay between cms50i date and time set

This commit is contained in:
Mark Watkins 2014-08-24 12:40:15 +10:00
parent 09ccf1984c
commit b25bc1cc9d

View File

@ -599,6 +599,9 @@ void CMS50F37Loader::syncClock()
} while ((timectr == 0) && (time.elapsed() < TIMEOUT));
QThread::msleep(100);
QApplication::processEvents();
QTime ctime = QTime::currentTime();
quint8 h = ctime.hour();
quint8 m = ctime.minute();