diff options
Diffstat (limited to 'decoders/arm_tpiu/pd.py')
-rw-r--r-- | decoders/arm_tpiu/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/arm_tpiu/pd.py b/decoders/arm_tpiu/pd.py index 0a32571..efacb27 100644 --- a/decoders/arm_tpiu/pd.py +++ b/decoders/arm_tpiu/pd.py @@ -20,7 +20,7 @@ import sigrokdecode as srd class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'arm_tpiu' name = 'ARM TPIU' longname = 'ARM Trace Port Interface Unit' |