]> localhost Git - SCSI2SD-V6.git/commitdiff
Remove debug code v6.0.13
authorMichael McMaster <michael@codesrc.com>
Fri, 7 Oct 2016 10:43:54 +0000 (20:43 +1000)
committerMichael McMaster <michael@codesrc.com>
Fri, 7 Oct 2016 10:43:54 +0000 (20:43 +1000)
CHANGELOG
src/firmware/config.c
src/firmware/scsiPhy.c

index f58e8e3389710d6113a1e1bb56ca7ae47f355dd5..e3674276aa2d0dfa170c2e5b8c5ec1473b7ea1e7 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-20161006               6.0.12
+20161006               6.0.13
        - Fixed SCSI timing issue
        - Added glitch filter on SCSI signals.
        - Re-implemented SCSI parity checking.
index 686698f4093186666ce5ba2003ae52bc071fb948..e82376705d767e1e36ec1fff6d1747970fc4bf9c 100755 (executable)
@@ -37,7 +37,7 @@
 \r
 #include <string.h>\r
 \r
-static const uint16_t FIRMWARE_VERSION = 0x060C;\r
+static const uint16_t FIRMWARE_VERSION = 0x060D;\r
 \r
 // 1 flash row\r
 static const uint8_t DEFAULT_CONFIG[128] =\r
index 6831759841a5593252cb87defdbc57d7841a2aa1..e49629655eeb4f316ae092c98f542953b09fd654 100755 (executable)
@@ -592,13 +592,13 @@ void scsiPhyReset()
        }\r
        #endif\r
 \r
-       //#ifdef SCSI_FREQ_TEST\r
+       #ifdef SCSI_FREQ_TEST\r
        while(1)\r
        {\r
                *SCSI_CTRL_DBX = 0xAA;\r
                *SCSI_CTRL_DBX = 0x55;\r
        }\r
-       //#endif\r
+       #endif\r
 \r
 }\r
 \r