Parcourir la source

minor logging cleanup

Troy il y a 3 ans
Parent
commit
331cd96ac5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/BlueSCSI.cpp

+ 1 - 1
src/BlueSCSI.cpp

@@ -1272,7 +1272,7 @@ void loop()
   LED_OFF();
 
 Status:
-  LOG("S TS:"); LOGHEX(m_sts);
+  LOG(" STS:"); LOGHEX(m_sts);
   SCSI_PHASE_CHANGE(SCSI_PHASE_STATUS);
   // Bus settle delay 400ns built in to writeHandshake
   writeHandshake(m_sts);