Procházet zdrojové kódy

Fix bug in scsi self-test function

Michael McMaster před 7 roky
rodič
revize
12051d0b2d

+ 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ární
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] =