X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FMultihopOscilloscope%2FMultihopOscilloscopeAppC.nc;h=f6fd2eff79041dbc304a642df69467351ea45a72;hb=33bb0f7d24c0b81f4cb533fd2c08ca855ea7fa16;hp=cefe674780336b7463f4a99074fd7691e7332f5a;hpb=2b3bd944f26f238898909cf340c90417de349dee;p=tinyos-2.x.git diff --git a/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc b/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc index cefe6747..f6fd2eff 100644 --- a/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc +++ b/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc @@ -56,7 +56,7 @@ implementation { components new PoolC(message_t, 20) as DebugMessagePool, new QueueC(message_t*, 20) as DebugSendQueue, - new SerialAMSenderC(AM_LQI_DEBUG) as DebugSerialSender, + new SerialAMSenderC(AM_CTP_DEBUG) as DebugSerialSender, UARTDebugSenderP as DebugSender; DebugSender.Boot -> MainC;