extmod/fsusermount: Expose umount as a public function.

This commit is contained in:
Damien George
2016-02-10 16:28:02 +00:00
parent 3770cd2e70
commit 0e0ce47e65
2 changed files with 2 additions and 0 deletions

View File

@@ -671,6 +671,7 @@ Q(status)
#if MICROPY_FSUSERMOUNT
// for user-mountable block devices
Q(mount)
Q(umount)
Q(readonly)
Q(mkfs)
Q(readblocks)