]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
4 bit link estimator.
authorscipio <scipio>
Fri, 26 Oct 2007 15:21:19 +0000 (15:21 +0000)
committerscipio <scipio>
Fri, 26 Oct 2007 15:21:19 +0000 (15:21 +0000)
doc/html/tutorial/lesson12.html

index dfdc721a4f182be2c77e8aad2ab5faaf7ae911bd..e94af8573c99b3af68cb9d0c2ea3a6482f86437f 100644 (file)
@@ -174,7 +174,7 @@ CtpCongestion interface (see tos/lib/net/ctp/CtpCongestion.nc)<br>
 <p>Finally, to compile this program we create the following
 Makefile:<br>
 </p>
-<pre>COMPONENT=EasyCollectionAppC<br>CFLAGS += -I$(TOSDIR)/lib/net \<br>          -I$(TOSDIR)/lib/net/le \<br>          -I$(TOSDIR)/lib/net/ctp<br>include $(MAKERULES)<br></pre>
+<pre>COMPONENT=EasyCollectionAppC<br>CFLAGS += -I$(TOSDIR)/lib/net \<br>          -I$(TOSDIR)/lib/net/4bitle \<br>          -I$(TOSDIR)/lib/net/ctp<br>include $(MAKERULES)<br></pre>
 Now install this program into several nodes (make sure you have one
 base station, that is, one node whose ID is 1) and see how all the
 packets generated in the nodes are collected in the base station.<br>