summaryrefslogtreecommitdiff
path: root/ports/cxd56/supervisor/internal_flash.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-03-17 14:21:45 -0700
committerScott Shawcroft <scott@tannewt.org>2020-03-17 14:21:45 -0700
commit6db11cf68ba2d5e17c6267f36f516bc0abce4643 (patch)
tree5997fdd944bef5164a99c57311b3adb77c137b61 /ports/cxd56/supervisor/internal_flash.c
parentd9e68156b23cfca47592c5672e69622d6071ff60 (diff)
Fix up Spresense build. It doesn't sleep.
Diffstat (limited to 'ports/cxd56/supervisor/internal_flash.c')
-rw-r--r--ports/cxd56/supervisor/internal_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cxd56/supervisor/internal_flash.c b/ports/cxd56/supervisor/internal_flash.c
index 0c9a61e06..2726fa4a2 100644
--- a/ports/cxd56/supervisor/internal_flash.c
+++ b/ports/cxd56/supervisor/internal_flash.c
@@ -59,7 +59,7 @@ uint32_t supervisor_flash_get_block_count(void) {
return CXD56_SPIFLASHSIZE >> PAGE_SHIFT;
}
-void supervisor_flash_flush(void) {
+void port_internal_flash_flush(void) {
if (flash_sector == NO_SECTOR) {
return;
}