diff options
author | danicampora <daniel@wipy.io> | 2015-11-16 20:37:58 +0100 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-11-16 23:43:47 +0100 |
commit | e4404fbef077a481e58ec0b31dfcf79b521caff6 (patch) | |
tree | 34cfdd8699ce2c1b1a9befe17ba81f0bdfdaa372 /cc3200/mods/moduos.h | |
parent | 65971f5160ae328ebe6fcaf0ca4223dd46f49365 (diff) | |
download | micropython-e4404fbef077a481e58ec0b31dfcf79b521caff6.tar.gz micropython-e4404fbef077a481e58ec0b31dfcf79b521caff6.zip |
cc3200: Unmount all user file systems after a soft reset.
Diffstat (limited to 'cc3200/mods/moduos.h')
-rw-r--r-- | cc3200/mods/moduos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mods/moduos.h b/cc3200/mods/moduos.h index fa59071257..1ebf16cdfa 100644 --- a/cc3200/mods/moduos.h +++ b/cc3200/mods/moduos.h @@ -57,5 +57,6 @@ typedef struct _os_term_dup_obj_t { void moduos_init0 (void); os_fs_mount_t *osmount_find_by_path (const char *path); os_fs_mount_t *osmount_find_by_volume (uint8_t vol); +void osmount_unmount_all (void); #endif // MODUOS_H_ |