]> localhost Git - SCSI2SD.git/commitdiff
Removing unneccessary hack. 3.2
authorMichael McMaster <michael@codesrc.com>
Sat, 15 Feb 2014 00:04:20 +0000 (10:04 +1000)
committerMichael McMaster <michael@codesrc.com>
Sat, 15 Feb 2014 00:04:20 +0000 (10:04 +1000)
software/SCSI2SD/SCSI2SD.cydsn/scsi.c

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