diff options
Diffstat (limited to 'decoders/mrf24j40')
-rw-r--r-- | decoders/mrf24j40/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mrf24j40/pd.py b/decoders/mrf24j40/pd.py index 83fc254..a91e765 100644 --- a/decoders/mrf24j40/pd.py +++ b/decoders/mrf24j40/pd.py @@ -21,7 +21,7 @@ import sigrokdecode as srd from .lists import * class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'mrf24j40' name = 'MRF24J40' longname = 'Microchip MRF24J40' |