X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fspiflash%2Flists.py;h=9aa6bd4b0969c7c61d3f9dad1d6135941baf187e;hb=a026a3fb24980626d036ee1693ee9e70d7bc0829;hp=f2d5bc675cfa073147cda44eff58d02304d6b9d3;hpb=1be94d3d0d62d233c33cb1d8e2f5719e2973267c;p=libsigrokdecode.git diff --git a/decoders/spiflash/lists.py b/decoders/spiflash/lists.py index f2d5bc6..9aa6bd4 100644 --- a/decoders/spiflash/lists.py +++ b/decoders/spiflash/lists.py @@ -14,8 +14,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 . ## from collections import OrderedDict @@ -44,7 +43,7 @@ cmds = OrderedDict([ (0xad, ('CP', 'Continuously program mode')), (0xb1, ('ENSO', 'Enter secured OTP')), (0xb9, ('DP', 'Deep power down')), - (0xbb, ('2READ', '2x I/O read')), + (0xbb, ('2READ', '2x I/O read')), # a.k.a. "Fast read dual I/O". (0xc1, ('EXSO', 'Exit secured OTP')), (0xc7, ('CE2', 'Chip erase')), # Alternative command ID (0xd8, ('BE', 'Block erase')),