fix mythen3 acq error (bad packet loss) as server in 10g and receiver in 1g settings

This commit is contained in:
maliakal_d 2022-02-01 09:18:18 +01:00
parent 328279d315
commit a1b2bed3aa

View File

@ -480,9 +480,6 @@ void setupDetector() {
setInitialExtSignals();
// 10G UDP
enableTenGigabitEthernet(1);
#ifdef VIRTUAL
enableTenGigabitEthernet(0);
#endif
getModuleIdInFile(&initError, initErrorMessage, ID_FILE);
if (initError == FAIL) {
return;