From: Michael McMaster Date: Mon, 30 Apr 2018 11:54:02 +0000 (+1000) Subject: Fix bug in scsi self-test function X-Git-Tag: v6.1.4 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=e3c1848f8155198f53199f56977b27a16b335142;p=SCSI2SD-V6.git Fix bug in scsi self-test function --- diff --git a/CHANGELOG b/CHANGELOG index 19c4ab24..812d5570 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +20180430 6.1.4 + - Fix bug in self-test function + 20180131 6.1.3 - Fix bug that caused stability issues with 10MB/s transfers. diff --git a/rtl/fpga_bitmap.o b/rtl/fpga_bitmap.o index 046632ca..6613f58c 100644 Binary files a/rtl/fpga_bitmap.o and b/rtl/fpga_bitmap.o differ diff --git a/src/firmware/config.c b/src/firmware/config.c index dc2fe1a3..058c8c32 100755 --- a/src/firmware/config.c +++ b/src/firmware/config.c @@ -38,7 +38,7 @@ #include -static const uint16_t FIRMWARE_VERSION = 0x0613; +static const uint16_t FIRMWARE_VERSION = 0x0614; // 1 flash row static const uint8_t DEFAULT_CONFIG[128] =