summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-02-01 15:52:49 +1100
committerDamien George <damien.p.george@gmail.com>2018-02-01 15:52:49 +1100
commite708e87139ec2bd2c94ce33c0f7b873ef89d3827 (patch)
tree5f7fd1e39e67bfd2b904324a7fa5fc520080d30b /docs/library
parent3130424b542726baef337a86ffce142a5786071b (diff)
docs/library/pyb.rst: Add note about availability of USB MSC-only mode.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/pyb.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst
index 799160145..141c270b3 100644
--- a/docs/library/pyb.rst
+++ b/docs/library/pyb.rst
@@ -278,7 +278,8 @@ Miscellaneous functions
- ``None``: disables USB
- ``'VCP'``: enable with VCP (Virtual COM Port) interface
- - ``'VCP+MSC'``: enable with VCP and MSC (mass storage device class)
+ - ``'MSC'``: enable with MSC (mass storage device class) interface
+ - ``'VCP+MSC'``: enable with VCP and MSC
- ``'VCP+HID'``: enable with VCP and HID (human interface device)
For backwards compatibility, ``'CDC'`` is understood to mean