Преглед изворни кода

Fix bug in scsi self-test function

Michael McMaster пре 7 година
родитељ
комит
12051d0b2d
3 измењених фајлова са 4 додато и 1 уклоњено
  1. 3 0
      lib/SCSI2SD/CHANGELOG
  2. BIN
      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.
 

BIN
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] =