added empty sys_time_usleep to make fixedwing firmware build

This commit is contained in:
Antoine Drouin
2010-11-04 16:01:13 +00:00
parent e4d12dd745
commit 91e6d71e2b
+6
View File
@@ -67,4 +67,10 @@ static inline bool_t sys_time_periodic( void ) {
return FALSE;
}
/** Busy wait, in microseconds */
/* for now empty shell */
static inline void sys_time_usleep(uint32_t us) {
}
#endif /* SYS_TIME_HW_H */