소스 검색

Update scsiPhy.cpp

Alex Perez 2 년 전
부모
커밋
35d0f9d787
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }