summaryrefslogtreecommitdiff
path: root/shared-bindings/storage/__init__.h
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-05-03 15:53:14 -0400
committerDan Halbert <halbert@halwitz.org>2018-05-03 16:08:09 -0400
commit74a6edff4de212de11a435be12d19b5817ab8d2d (patch)
treea079acee49cfb2b9cf2b2b89dcf3207f4eca4a87 /shared-bindings/storage/__init__.h
parent4dd9e0da2c4a72b400abf8e086b331626eaeabc4 (diff)
handle bad power on reset better
Diffstat (limited to 'shared-bindings/storage/__init__.h')
-rw-r--r--shared-bindings/storage/__init__.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-bindings/storage/__init__.h b/shared-bindings/storage/__init__.h
index 574b5ff8d..fe78696a6 100644
--- a/shared-bindings/storage/__init__.h
+++ b/shared-bindings/storage/__init__.h
@@ -34,5 +34,6 @@ void common_hal_storage_mount(mp_obj_t vfs_obj, const char* path, bool readonly)
void common_hal_storage_umount_path(const char* path);
void common_hal_storage_umount_object(mp_obj_t vfs_obj);
void common_hal_storage_remount(const char* path, bool readonly);
+void common_hal_storage_erase_filesystem(void);
#endif // MICROPY_INCLUDED_SHARED_BINDINGS_STORAGE___INIT___H