Reimplement Rtimer of Cooja mote as a microsecond resolution timer

This commit is contained in:
Yasuyuki Tanaka 2016-09-06 15:14:10 +02:00
parent 0201208664
commit 6d51c5f58e
8 changed files with 55 additions and 71 deletions

View file

@ -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