From aa8c262d141d78c148a89de63b54623ad2592e0e Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Mon, 9 Apr 2018 12:52:42 -0400 Subject: add storage.erase_filesystem() to erase and reformat CIRCUITPY --- supervisor/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'supervisor/filesystem.h') diff --git a/supervisor/filesystem.h b/supervisor/filesystem.h index cfd1ed027..63da0bcab 100644 --- a/supervisor/filesystem.h +++ b/supervisor/filesystem.h @@ -29,7 +29,7 @@ #include -void filesystem_init(bool create_allowed); +void filesystem_init(bool create_allowed, bool create_force); void filesystem_flush(void); void filesystem_writable_by_python(bool writable); bool filesystem_present(void); -- cgit v1.2.3