Parcourir la source

Update scsiPhy.cpp

Alex Perez il y a 2 ans
Parent
commit
14ae6e8db3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/ZuluSCSI_platform_BS2/scsiPhy.cpp

+ 1 - 1
lib/ZuluSCSI_platform_BS2/scsiPhy.cpp

@@ -112,7 +112,7 @@ static void scsi_rst_assert_interrupt()
 
     if (rst1 && rst2)
     {
-        azdbg("BUS RESET");
+        dbg("BUS RESET");
         scsiDev.resetFlag = 1;
     }
 }