Revert incorrect poll handling.

This commit is contained in:
Jonathan Naylor 2016-06-08 07:25:28 +01:00
parent 0e62bacb84
commit e0ee17e9ea

View file

@ -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;
}