Skip to content

Commit

Permalink
cdc_eptri/CDCUsbPhy: remove ModuleDoc inheritance (fix documentation …
Browse files Browse the repository at this point in the history
…generation).
  • Loading branch information
enjoy-digital committed Dec 30, 2020
1 parent 371526e commit f1b485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valentyusb/usbcore/cpu/cdc_eptri.py
Expand Up @@ -176,7 +176,7 @@ def __init__(self, iobuf, debug=False, vid=0x1209, pid=0x5bf2,
]


class CDCUsbPHY(Module, AutoDoc, ModuleDoc):
class CDCUsbPHY(Module, AutoDoc):
"""DummyUSB Self-Enumerating USB Controller
This implements a device that simply responds to the most common SETUP packets.
Expand Down

0 comments on commit f1b485c

Please sign in to comment.