X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fmidi%2F__init__.py;h=4dbcf96d8f23915a97d170b2acabf6acf47d92a3;hb=6aa03e3aeb9054122e52016c3344927d5c0f02de;hp=a453346db4700eb3edd27604161e912b2f5518a8;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/midi/__init__.py b/decoders/midi/__init__.py index a453346..4dbcf96 100644 --- a/decoders/midi/__init__.py +++ b/decoders/midi/__init__.py @@ -26,5 +26,4 @@ MIDI is layered on top of the UART (async serial) protocol, with a fixed baud rate of 31250 baud (+/- 1%) and 8n1 settings. Bytes are sent LSB-first. ''' -from .pd import * - +from .pd import Decoder