]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/sf/serialsource.c
- initial commit of blip (berkeley low-power ip) stack
[tinyos-2.x.git] / support / sdk / c / sf / serialsource.c
index de06e535c725a8c483aa9f1fad44981b35b723bf..dd8c78a8ddbdb3415f1fac468d5e332cec8885d7 100644 (file)
@@ -47,7 +47,7 @@ enum {
 #endif
   BUFSIZE = 256,
   MTU = 256,
-  ACK_TIMEOUT = 1000000, /* in us */
+  ACK_TIMEOUT = 100000, /* in us */
   SYNC_BYTE = SERIAL_HDLC_FLAG_BYTE,
   ESCAPE_BYTE = SERIAL_HDLC_CTLESC_BYTE,