]> Joshua Wise's Git repositories - netwatch.git/blame - include/timer.h
Ref only the head of a pbuf chain, instead of the whole thing, to avoid leaking pbufs.
[netwatch.git] / include / timer.h
CommitLineData
04ddaf73
JP
1#ifndef TIMER_H
2#define TIMER_H
3
4void oneshot_start_ms(unsigned long milliseconds);
5int oneshot_running(void);
6
42125f27 7#endif /* TIMER_H */
This page took 0.023869 seconds and 4 git commands to generate.