mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-08 04:28:35 +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()
|
void Gowin::checkCRC()
|
||||||
{
|
{
|
||||||
if (!skip_checksum)
|
if (skip_checksum)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool is_match = true;
|
bool is_match = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user