Comment update (#27)
Incredibly trivial update to comment noticed while reading code.
This commit is contained in:
committed by
Alex Shepherd
parent
e06f6b3bce
commit
462025b9fe
@@ -1101,7 +1101,7 @@ void execDccProcessor( DCC_MSG * pDccMsg )
|
|||||||
DccProcState.DuplicateCount = 0 ;
|
DccProcState.DuplicateCount = 0 ;
|
||||||
memcpy( &DccProcState.LastMsg, pDccMsg, sizeof( DCC_MSG ) ) ;
|
memcpy( &DccProcState.LastMsg, pDccMsg, sizeof( DCC_MSG ) ) ;
|
||||||
}
|
}
|
||||||
// Wait until you see 2 identicle packets before acting on a Service Mode Packet
|
// Wait until you see 2 identical packets before acting on a Service Mode Packet
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DccProcState.DuplicateCount++ ;
|
DccProcState.DuplicateCount++ ;
|
||||||
|
Reference in New Issue
Block a user