]> sigrok.org Git - libsigrokdecode.git/commit - decoders/usb_signalling/pd.py
usb_signalling: remove unneeded syms array
authorStefan Brüns <redacted>
Fri, 13 Nov 2015 03:52:53 +0000 (04:52 +0100)
committerStefan Brüns <redacted>
Sun, 29 Nov 2015 23:03:01 +0000 (00:03 +0100)
commitbef4949d31076cf7dfdea5ed8bf7800bf3e2678d
tree6789074129061d5a5bae7b2c87a4ea65dfcd3a6b
parentce780be23a64df70ac350c8584d484e72c00990e
usb_signalling: remove unneeded syms array

Do not call get_eop() from get_bit(), but directly issue the symbol. As
get_eop() is only called during the GET EOP state, the SE0 is implicit and
there is no need to save it into the syms array.
decoders/usb_signalling/pd.py