Skip to content

Commit e708e87

Browse files
committed
docs/library/pyb.rst: Add note about availability of USB MSC-only mode.
1 parent 3130424 commit e708e87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/library/pyb.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ Miscellaneous functions
278278

279279
- ``None``: disables USB
280280
- ``'VCP'``: enable with VCP (Virtual COM Port) interface
281-
- ``'VCP+MSC'``: enable with VCP and MSC (mass storage device class)
281+
- ``'MSC'``: enable with MSC (mass storage device class) interface
282+
- ``'VCP+MSC'``: enable with VCP and MSC
282283
- ``'VCP+HID'``: enable with VCP and HID (human interface device)
283284

284285
For backwards compatibility, ``'CDC'`` is understood to mean

0 commit comments

Comments
 (0)