r1111 - trunk/src/host/dfu-util/src

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sun Feb 25 01:42:30 CET 2007


Author: laforge
Date: 2007-02-25 01:42:30 +0100 (Sun, 25 Feb 2007)
New Revision: 1111

Modified:
   trunk/src/host/dfu-util/src/sam7dfu.c
Log:
add 'Done' message at the end of a transfer


Modified: trunk/src/host/dfu-util/src/sam7dfu.c
===================================================================
--- trunk/src/host/dfu-util/src/sam7dfu.c	2007-02-25 00:42:21 UTC (rev 1110)
+++ trunk/src/host/dfu-util/src/sam7dfu.c	2007-02-25 00:42:30 UTC (rev 1111)
@@ -130,6 +130,7 @@
 		fprintf(stderr, "error resetting after download: %s\n", 
 			usb_strerror());
 	}
+	printf("Done!\n");
 out_close:
 	close(fd);
 out_free:





More information about the commitlog mailing list