diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-04-09 12:52:42 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-04-09 12:52:42 -0400 |
| commit | aa8c262d141d78c148a89de63b54623ad2592e0e (patch) | |
| tree | 3c79429cc76896f7070f968e631bab81fbb8dbdf /supervisor | |
| parent | 4e053cea0df0105e05052087077b2431cad26718 (diff) | |
add storage.erase_filesystem() to erase and reformat CIRCUITPY
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdbool.h> -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); |
