sw/src/network.cpp: I think that it's safe to enable

the sync check on the slave side in Master/Slave mode.
This commit is contained in:
NY00123 2020-04-14 20:39:04 +03:00 committed by Christoph Oelckers
parent 0f761cdc77
commit 10a5120e40
1 changed files with 3 additions and 3 deletions

View File

@ -1393,9 +1393,9 @@ getpackets(void)
j += NumSyncBytes;
}
// #if SYNC_TEST //This doesn't work right in this case
// GetSyncInfoFromPacket(packbufleng, &j, otherconnectindex);
// #endif
#if SYNC_TEST
GetSyncInfoFromPacket(packbuf, packbufleng, &j, otherconnectindex);
#endif
for (i=connecthead; i>=0; i=connectpoint2[i])
if (i != myconnectindex)