Revert incorrect poll handling.
This commit is contained in:
parent
0e62bacb84
commit
e0ee17e9ea
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void CNetwork::clock(unsigned int ms)
|
|||
|
||||
// Handle incoming polls
|
||||
if (::memcmp(buffer, "YSFP", 4U) == 0) {
|
||||
writePoll();
|
||||
// How do we handle a loss of polls?
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue