Update of /cvsroot/blob/blob/src/blob
In directory usw-pr-cvs1:/tmp/cvs-serv26573/src/blob
Modified Files:
flash.c
Log Message:
error msg
Index: flash.c
===================================================================
RCS file: /cvsroot/blob/blob/src/blob/flash.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- flash.c 2001/10/31 16:44:18 1.8
+++ flash.c 2001/12/16 07:36:42 1.9
@@ -279,6 +279,7 @@
nerase++;
if(rv < 0) {
/* something is obviously wrong */
+ SerialOutputString(" error\n");
flash_driver->disable_vpp();
return rv;
|