diff options
author | Damien George <damien.p.george@gmail.com> | 2016-02-10 16:28:02 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-02-10 23:40:10 +0000 |
commit | 0e0ce47e65f4c1c57c9d23ba86d731b71d90346c (patch) | |
tree | abd1aa999bce6be64344cdfb241bd9c86044fb18 /py | |
parent | 3770cd2e7062d0844cee7b69ec9d9f80a2ad1206 (diff) | |
download | micropython-0e0ce47e65f4c1c57c9d23ba86d731b71d90346c.tar.gz micropython-0e0ce47e65f4c1c57c9d23ba86d731b71d90346c.zip |
extmod/fsusermount: Expose umount as a public function.
Diffstat (limited to 'py')
-rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 0a2cc2c8e6..9115c8f6f1 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -671,6 +671,7 @@ Q(status) #if MICROPY_FSUSERMOUNT // for user-mountable block devices Q(mount) +Q(umount) Q(readonly) Q(mkfs) Q(readblocks) |