-20161006 6.0.12
+20161006 6.0.13
- Fixed SCSI timing issue
- Added glitch filter on SCSI signals.
- Re-implemented SCSI parity checking.
\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
}\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