pcecd: don't send status till seek complete.

This commit is contained in:
sorgelig
2020-05-10 03:16:25 +08:00
parent 45a769b824
commit e6602fc569

View File

@@ -27,7 +27,7 @@ void pcecd_poll()
poll_timer += 13 + (!adj ? 1 : 0);
if (++adj >= 3) adj = 0;
if (pcecdd.has_status) {
if (pcecdd.has_status && !pcecdd.latency) {
uint16_t s;
pcecdd.GetStatus((uint8_t*)&s);