mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
gowin: fix typo
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@ void Gowin::program(unsigned int offset, bool unprotect_flash)
|
||||
|
||||
void Gowin::checkCRC()
|
||||
{
|
||||
if (!skip_checksum)
|
||||
if (skip_checksum)
|
||||
return;
|
||||
|
||||
bool is_match = true;
|
||||
|
||||
Reference in New Issue
Block a user