LAPTOP-SNT8I5JK\Boounion
2025-07-21 421aabbb83aa017f10be255b3b5a2e3f69abb816
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);
      }
   }