From 421eefc605ef96a66fcfe7a4286f3e13822100aa Mon Sep 17 00:00:00 2001 From: balika011 Date: Sun, 24 Jul 2022 17:51:24 +0200 Subject: [PATCH] MCU firmware isn't added to the checksum --- src/gowin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gowin.cpp b/src/gowin.cpp index 1677dd6..1637146 100644 --- a/src/gowin.cpp +++ b/src/gowin.cpp @@ -170,8 +170,6 @@ Gowin::Gowin(Jtag *jtag, const string filename, const string &file_type, std::st } else { printSuccess("DONE"); } - - skip_checksum = true; } }