forked from PAWPAW-Mirror/lib_xua
Revert "Error return passed back up for writing page data"
This reverts commit ce5ae60f3b.
This commit is contained in:
@@ -196,10 +196,7 @@ int flash_cmd_write_page_data(unsigned char *data)
|
||||
if (current_flash_subpage_index == 4)
|
||||
{
|
||||
if (fl_writeImagePage(current_flash_page_data) != 0)
|
||||
{
|
||||
FLASH_ERROR();
|
||||
return 1;
|
||||
}
|
||||
pages_written++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user