Fixed build issue when INTERNAL_FLASH_FILESYSTEM, DISABLE_FILESYSTEM set

This commit is contained in:
EmergReanimator 2022-01-04 21:07:56 +01:00
parent 4822c4592d
commit 9d38446369
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ uint32_t supervisor_flash_get_block_count(void) {
return 0;
}
void supervisor_flash_flush(void) {
void port_internal_flash_flush(void) {
return;
}
mp_uint_t supervisor_flash_read_blocks(uint8_t *dest, uint32_t block, uint32_t num_blocks) {