gowin: fix typo

This commit is contained in:
Gwenhael Goavec-Merou
2023-03-17 19:42:23 +01:00
parent 6161e550c1
commit ccdcc49cb0
+1 -1
View File
@@ -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;