Send commitlog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r3547 - trunk/src/target/gsm/src/gsmd ([EMAIL PROTECTED])
--- Begin Message ---
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) {
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog