Browse Source

6.1.2 patch release firmware

Michael McMaster 8 years ago
parent
commit
4bcb5c3742
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/SCSI2SD/CHANGELOG
  2. 1 1
      lib/SCSI2SD/src/firmware/config.c

+ 1 - 1
lib/SCSI2SD/CHANGELOG

@@ -1,4 +1,4 @@
-2017XXXX		6.1.2
+20171128		6.1.2
 	- Fix synchronous negotiation bugs
 	- Fix synchronous negotiation bugs
 
 
 20170520		6.1.1
 20170520		6.1.1

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

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