]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Use 4bitle, not le.
authorscipio <scipio>
Tue, 2 Oct 2007 20:52:37 +0000 (20:52 +0000)
committerscipio <scipio>
Tue, 2 Oct 2007 20:52:37 +0000 (20:52 +0000)
apps/tests/TestNetwork/Makefile

index 26d2dead0a147fffa9e88307d9ed65650b19186a..8c2dc5545bb6ad8c1c50d77b8d27d69e141b60c4 100644 (file)
@@ -2,7 +2,7 @@ COMPONENT=TestNetworkAppC
 
 CFLAGS += -I$(TOSDIR)/lib/net \
           -I$(TOSDIR)/lib/net/drip \
-          -I$(TOSDIR)/lib/net/le \
+          -I$(TOSDIR)/lib/net/4bitle \
           -I$(TOSDIR)/lib/net/ctp #-DNO_DEBUG
 
 TFLAGS += -I$(TOSDIR)/../apps/tests/TestDissemination \