gowin: fix typo
This commit is contained in:
parent
6161e550c1
commit
ccdcc49cb0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue