Incorporated feedback from PR.
This commit is contained in:
parent
8162a5de4b
commit
f7fd168396
|
@ -55,14 +55,20 @@ mp_uint_t supervisor_flash_write_blocks(const uint8_t *src, uint32_t block_num,
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (0)
|
#if (0)
|
||||||
|
// See definition in supervisor/flash.c
|
||||||
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs) {
|
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// See definition in supervisor/flash.c
|
||||||
|
void supervisor_flash_flush(void) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
void supervisor_flash_release_cache(void) {
|
||||||
|
}
|
||||||
|
|
||||||
void port_internal_flash_flush(void) {
|
void port_internal_flash_flush(void) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void supervisor_flash_release_cache(void) {
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue