CVS: python/msp430 bsl.py,1.4,1.5
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/python/msp430
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14163/python/msp430
Modified Files:
bsl.py
Log Message:
- typo, data of odd length could not be programmed
Index: bsl.py
===================================================================
RCS file: /cvsroot/mspgcc/python/msp430/bsl.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- bsl.py 6 Nov 2004 00:15:48 -0000 1.4
+++ bsl.py 6 Nov 2004 23:21:11 -0000 1.5
@@ -516,7 +516,7 @@
#Align to even start address
if (addr % 2) != 0:
addr = addr - 1 #Decrement address and
- blkout = chr(0xFF) + blkOut #fill first byte of blkout with 0xFF
+ blkout = chr(0xFF) + blkout #fill first byte of blkout with 0xFF
length = length + 1
#Make sure that len is even
if (length % 2) != 0:
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click