Add RTIMERTICKS_TO_US_64() macro (platform/cooja)
This commit is contained in:
parent
106731cec1
commit
a4adc257e8
|
@ -40,6 +40,7 @@
|
||||||
|
|
||||||
#define US_TO_RTIMERTICKS(US) (US)
|
#define US_TO_RTIMERTICKS(US) (US)
|
||||||
#define RTIMERTICKS_TO_US(T) (T)
|
#define RTIMERTICKS_TO_US(T) (T)
|
||||||
|
#define RTIMERTICKS_TO_US_64(T) (T)
|
||||||
|
|
||||||
rtimer_clock_t rtimer_arch_now(void);
|
rtimer_clock_t rtimer_arch_now(void);
|
||||||
int rtimer_arch_check(void);
|
int rtimer_arch_check(void);
|
||||||
|
|
Loading…
Reference in a new issue