Fix syntax error in mirror.js

This commit is contained in:
logicog
2026-03-09 22:06:57 +01:00
parent 8d467b2099
commit 19bcf86e80
+1 -1
View File
@@ -51,7 +51,7 @@ function fetchMirror() {
for (let i = 1; i <= numPorts; i++) {
let p = i - 1;
if (numPorts < 9)
p = physToLogPort[p];members & (1<<p)
p = physToLogPort[p];
setM("mPortsTX"+i, m_tx&(1<<p)); setM("mPortsRX"+i, m_rx&(1<<p));
}
}