Update of /cvsroot/mspgcc/python/mspgcc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29486/python/mspgcc
Modified Files:
jtag.py
Log Message:
rename constant
Index: jtag.py
===================================================================
RCS file: /cvsroot/mspgcc/python/mspgcc/jtag.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- jtag.py 14 Apr 2006 15:59:20 -0000 1.3
+++ jtag.py 23 Apr 2006 21:33:39 -0000 1.4
@@ -37,7 +37,7 @@
DEBUG = 1
#ctypes backend variations:
-CTYPES_PARJTAG = "parjtag/mspgcc"
+PARJTAG = "parjtag/mspgcc"
CTYPES_MSPGCC = "ctypes/mspgcc"
CTYPES_TI = "ctypes/TI or 3rd party"
@@ -70,7 +70,7 @@
"can be built from sources from http://mspgcc.sf.net\n"
)
else:
- backend = CTYPES_PARJTAG
+ backend = PARJTAG
else:
import os
#create a wrapper class with ctypes, that has the same API as _parjtag
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|