]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/pan1321/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / pan1321 / pd.py
index a8938c60f6bd961f6972bf275be58004d75de025..c1a3bea451ef42b810d10617dcc692182fe870c6 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
@@ -25,7 +24,7 @@ RX = 0
 TX = 1
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'pan1321'
     name = 'PAN1321'
     longname = 'Panasonic PAN1321'