Skip to content
Snippets Groups Projects
Commit 0e0ce47e authored by Damien George's avatar Damien George
Browse files

extmod/fsusermount: Expose umount as a public function.

parent 3770cd2e
No related branches found
No related tags found
No related merge requests found
......@@ -42,4 +42,5 @@ typedef struct _fs_user_mount_t {
} fs_user_mount_t;
MP_DECLARE_CONST_FUN_OBJ(fsuser_mount_obj);
MP_DECLARE_CONST_FUN_OBJ(fsuser_umount_obj);
MP_DECLARE_CONST_FUN_OBJ(fsuser_mkfs_obj);
......@@ -671,6 +671,7 @@ Q(status)
#if MICROPY_FSUSERMOUNT
// for user-mountable block devices
Q(mount)
Q(umount)
Q(readonly)
Q(mkfs)
Q(readblocks)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment