What steps will reproduce the problem?
I did the following:
...
interface BusyWait<TMilli,uint16_t>;
...
...
components new BusyWaitCounterC(TMilli, uint16_t);
...
...
App.BusyWait->BusyWaitCounterC;
BusyWaitCounterC.Counter->CounterMilli16C;
...
What is the expected output? What do you see instead?
: cannot find `CounterMilli16C'
make: *** [sim-exe] Error 1
What version of the product are you using? On what operating system?
TinyOs 2.1.1, Ubuntu 10.04 64bit
Please provide any additional information below.
I know that CounterMilli16C comes from msp430 and I am running on tossim, but I
dont know how to do..
Original issue reported on code.google.com by elec...@gmail.com on 2 Feb 2011 at 4:20
Original issue reported on code.google.com by
elec...@gmail.com
on 2 Feb 2011 at 4:20