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; j += NumSyncBytes;
} }
// #if SYNC_TEST //This doesn't work right in this case #if SYNC_TEST
// GetSyncInfoFromPacket(packbufleng, &j, otherconnectindex); GetSyncInfoFromPacket(packbuf, packbufleng, &j, otherconnectindex);
// #endif #endif
for (i=connecthead; i>=0; i=connectpoint2[i]) for (i=connecthead; i>=0; i=connectpoint2[i])
if (i != myconnectindex) if (i != myconnectindex)