LAPTOP-SNT8I5JK\Boounion
2025-06-25 a4f4d9aa60ac7b9137047ed1e7dc8e1ef822ff19
SourceCode/Bond/Servo/CPageLinkSignal.cpp
@@ -158,7 +158,7 @@
   for (int nRow = 0; nRow < 8; ++nRow) {
      for (int nCol = 0; nCol < 8; ++nCol) {
         BOOL bCurrentState = m_pEquipment->isLinkSignalOn(nRow, nCol);
         BOOL bCurrentState = m_pEquipment->isLinkSignalUpstreamOn(nRow, nCol);
         UpdateSignalState(nRow, nCol, bCurrentState);
      }
   }