Go to the documentation of this file.
53 #define PRINTF(...) printf(__VA_ARGS__)
58 static struct rtimer *next_rtimer;
69 rtimer_clock_t duration,
70 rtimer_callback_t func,
void *ptr)
74 PRINTF(
"rtimer_set time %d\n", time);
76 if(next_rtimer ==
NULL) {
96 if(next_rtimer ==
NULL) {
102 if(next_rtimer !=
NULL) {