Revert "Error return passed back up for writing page data"

This reverts commit ce5ae60f3b.
This commit is contained in:
Ross Owen
2017-08-15 14:57:53 +01:00
parent ce5ae60f3b
commit 03af8edb1f
2 changed files with 2 additions and 11 deletions

View File

@@ -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++;
}