]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - embedded/app/usbcan/can/can_sysless.h
More cleanups in CANUSB converter embedded code.
[lincan.git] / embedded / app / usbcan / can / can_sysless.h
index 1648b7cd0068b4351b0105353ef2f7e866c1a149..a6c999da1b9be61163753640604141a103d6ef33 100644 (file)
@@ -374,13 +374,6 @@ struct timer_list {
 #endif
 };
 
-static inline void udelay(long time)
-{
-       volatile long ticks=(time * CCLK) / 2000000;
-       do{
-               ticks--;
-       }
-       while(ticks>0);
-}
+void udelay(long time);
 
 #endif /*_CAN_SYSDEP_H*/