Update of /cvsroot/blob/blob/src
In directory usw-pr-cvs1:/tmp/cvs-serv11698/src
Modified Files:
Tag: blob_1_0_9_hack
flash.c
Log Message:
typo
Index: flash.c
===================================================================
RCS file: /cvsroot/blob/blob/src/flash.c,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -u -r1.1.1.1.2.6 -r1.1.1.1.2.7
--- flash.c 2001/07/23 05:44:26 1.1.1.1.2.6
+++ flash.c 2001/07/23 20:30:54 1.1.1.1.2.7
@@ -337,7 +337,6 @@
* but bit 5 is 1, its an error, however, after these status reads
* are done, erased flash goes to 0xff...sooo...each chip has to
* be caught where the bits are the status bits */
- */
chip1 = chip2 = 0;
do {
result = data_from_flash(*writeMe);
|