]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Added/modified compile warnings to let the developer know what he's getting.
authorrincon <rincon>
Wed, 14 May 2008 21:40:54 +0000 (21:40 +0000)
committerrincon <rincon>
Wed, 14 May 2008 21:40:54 +0000 (21:40 +0000)
tos/chips/cc2420/lpl/DefaultLplC.nc
tos/chips/cc2420/lpl/DummyLplC.nc

index e750ae702ca5cf40b34d10ec26c4f13ae2676ec2..4fc8b7e18e6c400ab493f27d172dc0e4ee53077b 100644 (file)
@@ -36,7 +36,7 @@
 
 
 #include "DefaultLpl.h"
-#warning "*** USING DEFAULT POWER LISTENING LAYER"
+#warning "*** USING DEFAULT LOW POWER COMMUNICATIONS ***"
 
 configuration DefaultLplC {
   provides {
index 4d0c5d805601d8118371fac48c160f6ff8a6066e..3d9683bd14945c8324d783a32abfc44fe7257a96 100644 (file)
@@ -35,7 +35,9 @@
  * Sleep interval is always 0, and duty cycle is always 100%
  * @author David Moss
  */
+
+#warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
+
 configuration DummyLplC {
   provides {
     interface Send;