Open GoogleCodeExporter opened 9 years ago
If I'm not wrong, since 2.1.1, you should use DirectAMSenderC instead of
AMSenderC to avoid default LPL values to overwrite your values. Is it possible
that you are using AMSenderC component?
Original comment by ucolesa...@gmail.com
on 14 Feb 2012 at 8:46
This is news to me. And if this is the case, then CC2420TimeSyncAMSend is at
mistake, as it does still link to AMSenderC, and not DirectAMSenderC.
Original comment by thomas.s...@gmail.com
on 14 Feb 2012 at 5:08
If someone would put this code into Lpl.h, that would resolve the backward
compatibility:
#if !defined(LPL_DEF_LOCAL_WAKEUP) && !defined(LPL_DEF_REMOTE_WAKEUP) &&
defined(LPL_INTERVAL)
#define LPL_DEF_LOCAL_WAKEUP LPL_INTERVAL
#define LPL_DEF_REMOTE_WAKEUP LPL_INTERVAL
#endif
(I didn't check the code with compiler, so use with caution.)
Original comment by andras.b...@unicomp.hu
on 14 Feb 2012 at 5:12
Thank you all for your responses. I am sorry for the late response. Somehow I
received the comment 2 and 3 email notifications but didn't receive the comment
1 notification. For the comment 1, yes, I am using AMSenderC, not
DirectAMSenderC. It is good to know that I can also use DirectAMSenderC. Thank
you. As the comment 2 indicated that there might be other components that are
linked to AMSenderC, in my opinion it would be nice if something like the
comment 3 solution is put into code to resolve this issue since Lpl.h is where
the problem occurs. This might also helps for the backward compatibility. I am
good for now, but for the future and other people, I hope a permanent solution
is suggested or maybe implemented so that there won't be any confusion. Thank
you.
Original comment by kyeo...@gmail.com
on 14 Feb 2012 at 5:47
Original comment by philip.l...@gmail.com
on 8 Mar 2012 at 10:52
Original issue reported on code.google.com by
kyeo...@gmail.com
on 13 Feb 2012 at 10:15