diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-05-04 10:03:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-04 10:03:20 -0700 |
| commit | 3814e9701016a4ce0815b187f885fbcb15dfd065 (patch) | |
| tree | c6c1b0c1fb1e049f22df48467506891023781aaa /shared-bindings/storage/__init__.h | |
| parent | ffc66e9892328a68d7f7f9ca4ad6cd7a67c16892 (diff) | |
| parent | 74a6edff4de212de11a435be12d19b5817ab8d2d (diff) | |
Merge pull request #802 from dhalbert/2.x-filesystem-work2.3.0
2.x: handle bad power on reset better
Diffstat (limited to 'shared-bindings/storage/__init__.h')
| -rw-r--r-- | shared-bindings/storage/__init__.h | 1 |
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 |
