X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fam230x%2Fpd.py;h=3c5003d129693dd0bb3f42dd968532c9cdbb307f;hp=a92dc299d22cca565ea2c41625f0c3c207ed02d4;hb=97b874bd0b6913ed52df1b8aac5e7491479fac9a;hpb=b6bac00c20f2da8da1b6795fa8c6a5ea83ceb4da diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py index a92dc29..3c5003d 100644 --- a/decoders/am230x/pd.py +++ b/decoders/am230x/pd.py @@ -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 . ## import sigrokdecode as srd @@ -129,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