瀏覽代碼

Fix bug in scsi self-test function

Michael McMaster 7 年之前
父節點
當前提交
12051d0b2d
共有 3 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      lib/SCSI2SD/CHANGELOG
  2. 二進制
      lib/SCSI2SD/rtl/fpga_bitmap.o
  3. 1 1
      lib/SCSI2SD/src/firmware/config.c

+ 3 - 0
lib/SCSI2SD/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.
 

二進制
lib/SCSI2SD/rtl/fpga_bitmap.o


+ 1 - 1
lib/SCSI2SD/src/firmware/config.c

@@ -38,7 +38,7 @@
 
 #include <string.h>
 
-static const uint16_t FIRMWARE_VERSION = 0x0613;
+static const uint16_t FIRMWARE_VERSION = 0x0614;
 
 // 1 flash row
 static const uint8_t DEFAULT_CONFIG[128] =