summaryrefslogtreecommitdiff
path: root/decoders/am230x/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/am230x/pd.py')
-rw-r--r--decoders/am230x/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py
index f76cab2..3c5003d 100644
--- a/decoders/am230x/pd.py
+++ b/decoders/am230x/pd.py
@@ -128,9 +128,6 @@ class Decoder(srd.Decoder):
def start(self):
self.out_ann = self.register(srd.OUTPUT_ANN)
- # Assume that the initial pin state is high (logic 1).
- self.initial_pins = [1]
-
def metadata(self, key, value):
if key != srd.SRD_CONF_SAMPLERATE:
return