1
0
mirror of https://github.com/marqs85/ossc.git synced 2026-04-21 20:17:26 +00:00

BSP and sw modifications

This commit is contained in:
marqs
2018-09-25 22:34:52 +03:00
parent 530df663b6
commit e1d8446752
13 changed files with 60 additions and 132 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ int verify_flash(alt_u32 offset, alt_u32 length, alt_u32 golden_crc, alt_u8 *tmp
if (retval != 0)
return retval;
crcval = crcCI(tmpbuf, bytes_to_read, (i==0));
//crcval = crcCI(tmpbuf, bytes_to_read, (i==0));
}
if (crcval != golden_crc)