X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fssi32%2Fpd.py;h=f2e79b8a48c361e0a4800cc15a0635ab9b357a15;hp=993bc43617674f8ba7b4964348321c194d59d835;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=d66d47eda43be865ca6775fe4f02cdd0824b6abb diff --git a/decoders/ssi32/pd.py b/decoders/ssi32/pd.py index 993bc43..f2e79b8 100644 --- a/decoders/ssi32/pd.py +++ b/decoders/ssi32/pd.py @@ -17,8 +17,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 @@ -27,8 +26,8 @@ class Decoder(srd.Decoder): api_version = 2 id = 'ssi32' name = 'SSI32' - longname = 'Bosch SSI32' - desc = 'Bosch SSI32 protocol.' + longname = 'Synchronous Serial Interface (32bit)' + desc = 'Synchronous Serial Interface (32bit) protocol.' license = 'gplv2+' inputs = ['spi'] outputs = ['ssi32']