diff options
Diffstat (limited to 'decoders/uart')
-rw-r--r-- | decoders/uart/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py index f01cace..0dd7eb0 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/pd.py @@ -78,7 +78,6 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['uart'] - probes = [] optional_probes = [ # Allow specifying only one of the signals, e.g. if only one data # direction exists (or is relevant). |