altoslib: Drop telemetry packets processed while monitoring is disabled
authorKeith Packard <keithp@keithp.com>
Sun, 8 Feb 2015 01:08:03 +0000 (17:08 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Feb 2015 01:08:03 +0000 (17:08 -0800)
A lag between the thread queuing telemetry packets and one pulling
them out can result in stale telemetry data being returned to the
reader. Fix this by dropping telemetry read while monitoring is disabled.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found