From: bengreenstein Date: Tue, 31 Oct 2006 00:46:47 +0000 (+0000) Subject: renaming X-Git-Tag: tinyos/2.0.1~271 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=fdafb57ca1f9121bb4dba0b4a522f31d2f10d68b;p=tinyos-2.x.git renaming --- diff --git a/apps/tests/TestSerial/TestSerialAppC.nc b/apps/tests/TestSerial/TestSerialAppC.nc index 4dda88d6..4383f64a 100644 --- a/apps/tests/TestSerial/TestSerialAppC.nc +++ b/apps/tests/TestSerial/TestSerialAppC.nc @@ -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;