CVS: python msp430-bsl.py,1.7,1.8

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24128/python

Modified Files:
	msp430-bsl.py 
Log Message:
- bugfix

Index: msp430-bsl.py
===================================================================
RCS file: /cvsroot/mspgcc/python/msp430-bsl.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- msp430-bsl.py	12 Nov 2004 22:27:39 -0000	1.7
+++ msp430-bsl.py	3 Dec 2004 18:41:18 -0000	1.8
@@ -304,9 +304,9 @@
                 sys.stderr.write("Speed must be decimal number\n")
                 sys.exit(2)
         elif o in ("-1", "--f1x"):
-            bslobj.cpu = F1x
+            bslobj.cpu = bsl.F1x
         elif o in ("-4", "--f4x"):
-            bslobj.cpu = F4x
+            bslobj.cpu = bsl.F4x
         elif o in ("--invert-reset", ):
             bslobj.invertRST = 1
         elif o in ("--invert-test", ):



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.