summaryrefslogtreecommitdiffstats
path: root/timer.h
blob: ad4bf05b4aa69334157c9f5e16ed8c7382c85fd7 (plain)
1
2
3
4
5
6
#ifndef _ROBOCUP_TIMER_H_
#define _ROBOCUP_TIMER_H_

void sleep(unsigned long ms);

#endif