r3547 - trunk/src/target/gsm/src/gsmd

tick at sita.openmoko.org tick at sita.openmoko.org
Sat Dec 1 04:05:49 CET 2007


Author: tick
Date: 2007-12-01 04:05:45 +0100 (Sat, 01 Dec 2007)
New Revision: 3547

Modified:
   trunk/src/target/gsm/src/gsmd/gsmd.c
Log:
gsmd: remove a dummy sleep(1)  (Tick)


Modified: trunk/src/target/gsm/src/gsmd/gsmd.c
===================================================================
--- trunk/src/target/gsm/src/gsmd/gsmd.c	2007-12-01 01:57:09 UTC (rev 3546)
+++ trunk/src/target/gsm/src/gsmd/gsmd.c	2007-12-01 03:05:45 UTC (rev 3547)
@@ -475,8 +475,7 @@
 		exit(1);
 	}
 
-  write(fd, "\r", 1);
-  sleep(1);
+        write(fd,'\r',1);
 	atcmd_drain(fd);
 
 	if (usock_init(&g) < 0) {





More information about the commitlog mailing list