From: Michael McMaster Date: Sat, 15 Feb 2014 00:04:20 +0000 (+1000) Subject: Removing unneccessary hack. X-Git-Tag: 3.2^0 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=09132980976c514cb1f031cb7a6b7e77d01edd49;p=SCSI2SD.git Removing unneccessary hack. --- diff --git a/software/SCSI2SD/SCSI2SD.cydsn/scsi.c b/software/SCSI2SD/SCSI2SD.cydsn/scsi.c index 59d9688..af9d1f7 100755 --- a/software/SCSI2SD/SCSI2SD.cydsn/scsi.c +++ b/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.