diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-02 22:48:03 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-02 22:48:03 +0200 |
commit | a7c8dc5e3a2b7ad38eb03a958180f97f3059ea31 (patch) | |
tree | 0c25a6bd07cd3247de8964b44f75b871c39a77e6 /decoders/arm_tpiu | |
parent | d2bcb32bc16eddffc9ec54b505c03028a2ec4160 (diff) | |
download | libsigrokdecode-a7c8dc5e3a2b7ad38eb03a958180f97f3059ea31.tar.gz libsigrokdecode-a7c8dc5e3a2b7ad38eb03a958180f97f3059ea31.zip |
Slightly shorten a few PD descriptions.
Diffstat (limited to 'decoders/arm_tpiu')
-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 0e07eb4..ba01aa0 100644 --- a/decoders/arm_tpiu/pd.py +++ b/decoders/arm_tpiu/pd.py @@ -25,7 +25,7 @@ class Decoder(srd.Decoder): id = 'arm_tpiu' name = 'ARM TPIU' longname = 'ARM Trace Port Interface Unit' - desc = 'Filter TPIU formatted trace data into separate data streams.' + desc = 'Filter TPIU formatted trace data into separate streams.' license = 'gplv2+' inputs = ['uart'] outputs = ['uart'] # Emulate uart output so that arm_itm/arm_etm can stack. |