Skip to content

Commit ee1be80

Browse files
authored
tmr: add TMR_INIT (#1177)
1 parent ea2dfa4 commit ee1be80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/re_tmr.h

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ struct tmr {
2929
int line;
3030
};
3131

32+
#define TMR_INIT {.le = LE_INIT}
33+
3234
int tmrl_alloc(struct tmrl **tmrl);
3335
void tmr_poll(struct tmrl *tmrl);
3436
uint64_t tmr_jiffies_usec(void);

0 commit comments

Comments
 (0)