Incorporated feedback from PR.

This commit is contained in:
EmergReanimator 2022-04-04 21:47:05 +02:00
parent 8162a5de4b
commit f7fd168396
1 changed files with 9 additions and 3 deletions

View File

@ -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) {
}