]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/spdif/pd.py
ssi32: rename reset() helper method
[libsigrokdecode.git] / decoders / spdif / pd.py
index e22f654a906f519135867881cfbca2e2a19b5d81..0c535e4a6d86e56530e6837390d01bac714b2c73 100644 (file)
@@ -14,8 +14,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 import sigrokdecode as srd
@@ -80,9 +79,6 @@ class Decoder(srd.Decoder):
     def start(self):
         self.out_ann = self.register(srd.OUTPUT_ANN)
 
-        # Assume that the initial pin state is logic 0.
-        self.initial_pins = [0]
-
     def metadata(self, key, value):
         if key == srd.SRD_CONF_SAMPLERATE:
             self.samplerate = value