]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
renaming
authorbengreenstein <bengreenstein>
Tue, 31 Oct 2006 00:46:47 +0000 (00:46 +0000)
committerbengreenstein <bengreenstein>
Tue, 31 Oct 2006 00:46:47 +0000 (00:46 +0000)
apps/tests/TestSerial/TestSerialAppC.nc

index 4dda88d6849edd9ac895ae20ac3d5c774ab31011..4383f64ae2621b1952a93d95fb0abd1edc413fd9 100644 (file)
@@ -57,8 +57,8 @@ implementation {
 
   App.Boot -> MainC.Boot;
   App.Control -> AM;
-  App.Receive -> AM.Receive[AM_TESTSERIALMSG];
-  App.AMSend -> AM.AMSend[AM_TESTSERIALMSG];
+  App.Receive -> AM.Receive[AM_TEST_SERIAL_MSG];
+  App.AMSend -> AM.AMSend[AM_TEST_SERIAL_MSG];
   App.Leds -> LedsC;
   App.MilliTimer -> TimerMilliC;
   App.Packet -> AM;