Commit 4d78750f authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Fixed safe reading the wrong way

parent 5a834653
......@@ -32,7 +32,6 @@ SendQueue::const_iterator LM32Read::send(SendQueue::const_iterator i, SendQueue:
if (!ready && safe) {
read_byte();
report.push(1);
return i;
}
......@@ -70,8 +69,6 @@ void LM32Read::recv(unsigned int status, uint8_t value) {
}
read(Bits(value));
} else {
assert (polling);
}
if (report.empty() && polling) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment