8000 Fixed build issue when INTERNAL_FLASH_FILESYSTEM, DISABLE_FILESYSTEM set · domdfcoding/circuitpython@9d38446 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d38446

Browse files
Fixed build issue when INTERNAL_FLASH_FILESYSTEM, DISABLE_FILESYSTEM set
1 parent 4822c45 commit 9d38446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

supervisor/stub/internal_flash.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ uint32_t supervisor_flash_get_block_count(void) {
4646
return 0;
4747
}
4848

49-
void supervisor_flash_flush(void) {
49+
void port_internal_flash_flush(void) {
50+
return;
5051
}
5152

5253
mp_uint_t supervisor_flash_read_blocks(uint8_t *dest, uint32_t block, uint32_t num_blocks) {

0 commit comments

Comments
 (0)
0