summaryrefslogtreecommitdiff
path: root/decoders/uart/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/uart/pd.py')
-rw-r--r--decoders/uart/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py
index ab96886..32568da 100644
--- a/decoders/uart/pd.py
+++ b/decoders/uart/pd.py
@@ -132,7 +132,7 @@ class Decoder(srd.Decoder):
self.oldpins = [1, 1]
def start(self):
- self.out_proto = self.add(srd.OUTPUT_PROTO, 'uart')
+ self.out_proto = self.add(srd.OUTPUT_PYTHON, 'uart')
self.out_ann = self.add(srd.OUTPUT_ANN, 'uart')
def metadata(self, key, value):