mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
Merge pull request #652 from viktor-pd/master
gowin: fix checksum header key typo
This commit is contained in:
+1
-1
@@ -436,7 +436,7 @@ void Gowin::checkCRC()
|
||||
* is used, try to compare with this value
|
||||
*/
|
||||
try {
|
||||
std::string hdr = _fs->getHeaderVal("checkSum");
|
||||
std::string hdr = _fs->getHeaderVal("CheckSum");
|
||||
if (!hdr.empty()) {
|
||||
if (ucode == strtol(hdr.c_str(), NULL, 16))
|
||||
goto success;
|
||||
|
||||
Reference in New Issue
Block a user