Release 6.2.0

This commit is contained in:
Tiejun Zhou
2022-10-26 23:43:27 +00:00
parent 2f639bac26
commit 8b3a8293ce
5 changed files with 80 additions and 67 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ ULONG words;
pointer = (ULONG *) &nor_memory_area[0];
/* Loop to erase block. */
words = sizeof(nor_memory_area)/sizeof(ULONG);
words = sizeof(nor_memory_area)/(sizeof(ULONG));
while (words--)
{