We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3130424 commit e708e87Copy full SHA for e708e87
1 file changed
docs/library/pyb.rst
@@ -278,7 +278,8 @@ Miscellaneous functions
278
279
- ``None``: disables USB
280
- ``'VCP'``: enable with VCP (Virtual COM Port) interface
281
- - ``'VCP+MSC'``: enable with VCP and MSC (mass storage device class)
+ - ``'MSC'``: enable with MSC (mass storage device class) interface
282
+ - ``'VCP+MSC'``: enable with VCP and MSC
283
- ``'VCP+HID'``: enable with VCP and HID (human interface device)
284
285
For backwards compatibility, ``'CDC'`` is understood to mean
0 commit comments