All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/system/c/delay.c
Go to the documentation of this file.
00001 
00010 #include "delay.h"
00011 #include "urg_delay.h"
00012 
00013 
00014 void delay(int msec)
00015 {
00016   return urg_delay(msec);
00017 }