00001 00010 #include "delay.h" 00011 #include "urg_delay.h" 00012 00013 00014 void delay(int msec) 00015 { 00016 return urg_delay(msec); 00017 }