]> Joshua Wise's Git repositories - netwatch.git/blob - include/timer.h
Tweak some values up a bit. Try harder to unstall the upload engine. Remove dead...
[netwatch.git] / include / timer.h
1 #ifndef TIMER_H
2 #define TIMER_H
3
4 void oneshot_start_ms(unsigned long milliseconds);
5 int oneshot_running(void);
6
7 #endif /* TIMER_H */
This page took 0.024395 seconds and 4 git commands to generate.