Преглед на файлове

Removing unneccessary hack.

Michael McMaster преди 11 години
родител
ревизия
3f1253c01e
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      lib/SCSI2SD/software/SCSI2SD/SCSI2SD.cydsn/scsi.c

+ 0 - 6
lib/SCSI2SD/software/SCSI2SD/SCSI2SD.cydsn/scsi.c

@@ -425,12 +425,6 @@ static void process_SelectionPhase()
 				break;
 			}
 		}
-		// Last chance for the ATN signal! The initiator should have set this
-		// previously, but we try and be a little tolerant. This is required
-		// for the LCIII to work. I assume ATN is being set before the
-		// initiator releases SEL.
-		scsiDev.atnFlag = SCSI_ReadPin(SCSI_ATN_INT);
-
 
 		// Save our initiator now that we're no longer in a time-critical
 		// section.