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()
|
void Gowin::checkCRC()
|
||||||
{
|
{
|
||||||
if (!skip_checksum)
|
if (skip_checksum)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool is_match = true;
|
bool is_match = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue