summaryrefslogtreecommitdiff
path: root/decoders/uart.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/uart.py')
-rw-r--r--decoders/uart.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/uart.py b/decoders/uart.py
index 7a63d77..66deb5e 100644
--- a/decoders/uart.py
+++ b/decoders/uart.py
@@ -395,8 +395,6 @@ class Decoder(sigrok.Decoder):
return o
def decode(self, timeoffset, duration, data):
- """UART protocol decoder"""
-
out = []
for sample in sampleiter(data, self.unitsize):