]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/Root/AntiTheftRootAppC.nc
antitheft gui
[tinyos-2.x.git] / apps / AntiTheft / Root / AntiTheftRootAppC.nc
index fa97f7179a48f13d9c297a6122365112b926f21e..f961ed966353d886ee9011bcffbde09586df4d42 100644 (file)
@@ -48,7 +48,7 @@ implementation
 
   /* Finally, instantiate and wire a collector (to receive theft alerts) and
      a serial sender (to send the alerts to the PC) */
-  components CollectionC, new SerialAMSenderC(AM_ALERTS) as AlertsForwarder;
+  components CollectionC, new SerialAMSenderC(AM_ALERT) as AlertsForwarder;
 
   AntiTheftRootC.CollectionControl -> CollectionC;
   AntiTheftRootC.RootControl -> CollectionC;