mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Initialise stdNullCount
This commit is contained in:
committed by
Mark Liversedge
parent
e97aac7919
commit
7b080ef976
@@ -593,7 +593,7 @@ void ANTChannel::broadcastEvent(unsigned char *ant_message)
|
||||
} else {
|
||||
|
||||
// reset nullCount if receiving first telemetry update
|
||||
dualNullCount = nullCount = 0;
|
||||
stdNullCount = dualNullCount = nullCount = 0;
|
||||
value2 = value = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user