Browse Source

Removing unneccessary hack.

Michael McMaster 11 years ago
parent
commit
3f1253c01e
1 changed files with 0 additions and 6 deletions
  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.