Browse Source

Update scsiPhy.cpp

Alex Perez 2 năm trước cách đây
mục cha
commit
35d0f9d787
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/ZuluSCSI_platform_BS2/scsiPhy.cpp

+ 1 - 1
lib/ZuluSCSI_platform_BS2/scsiPhy.cpp

@@ -342,7 +342,7 @@ static inline uint8_t scsiReadOneByte(int* parityError)
 
     if (parityError && r != (g_scsi_parity_lookup[r & 0xFF] ^ SCSI_IO_DATA_MASK))
     {
-        azlog("Parity error in scsiReadOneByte(): ", (uint32_t)r);
+        log("Parity error in scsiReadOneByte(): ", (uint32_t)r);
         *parityError = 1;
     }