Reimplement Rtimer of Cooja mote as a microsecond resolution timer
This commit is contained in:
parent
0201208664
commit
6d51c5f58e
8 changed files with 55 additions and 71 deletions
|
@ -40,7 +40,7 @@ char simDontFallAsleep = 0;
|
|||
|
||||
int simProcessRunValue;
|
||||
int simEtimerPending;
|
||||
clock_time_t simNextExpirationTime;
|
||||
clock_time_t simEtimerNextExpirationTime;
|
||||
|
||||
void doActionsBeforeTick() {
|
||||
// Poll all interfaces to do their thing before the tick
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue