]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mx25lxx05d/__init__.py
lpc: Bugfix: Sample data at rising clock edges.
[libsigrokdecode.git] / decoders / mx25lxx05d / __init__.py
index 26b1a58a7df945c990f6fbe953b45a7b4883b921..047be0e5f928dfe7b8d7947b78f0413cdad97d68 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -19,7 +19,7 @@
 ##
 
 '''
-Macronix MX25Lxx05D SPI (NOR) flash chip decoder.
+Macronix MX25Lxx05D SPI (NOR) flash chip protocol decoder.
 
 Works for MX25L1605D/MX25L3205D/MX25L6405D.
 
@@ -29,5 +29,5 @@ Details:
 http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/3F21BAC2E121E17848257639003A3146/$File/MX25L1605D-3205D-6405D-1.5.pdf
 '''
 
-from .mx25lxx05d import *
+from .pd import *