Revert "Update low_flash.c"

This reverts commit 5a139cc3c7.
This commit is contained in:
MageDelfador 2025-10-15 22:03:15 +08:00
parent 5a139cc3c7
commit cf995983bb

View file

@ -370,8 +370,9 @@ int flash_erase_page(uintptr_t addr, size_t page_size) {
p->ready = false;
p->page_size = page_size;
mutex_exit(&mtx_flash);
#endif
return PICOKEY_OK;
#endif
}
bool flash_check_blank(const uint8_t *p_start, size_t size) {