]> sigrok.org Git - libsigrokdecode.git/commit - decoders/usb_power_delivery/pd.py
usb_power_delivery: Use "if not self.samplerate" form.
authorUwe Hermann <redacted>
Wed, 16 Dec 2015 17:14:30 +0000 (18:14 +0100)
committerUwe Hermann <redacted>
Wed, 16 Dec 2015 17:12:28 +0000 (18:12 +0100)
commit033e7d4db76f2e2a289d5567e9532f26201cfa74
treec8715a4db5c07a2bfb09e70102c846ec3e70de76
parent89b9aaf771abd5642dc8acb2281af3bb66a9424f
usb_power_delivery: Use "if not self.samplerate" form.

Use the "if not self.samplerate" form, which catches both the case
where self.samplerate is None, as well as the case where it is 0.

This is also consistent with all the other PDs.
decoders/usb_power_delivery/pd.py