Add optional READYBOARD_SYS_TIME #ifdef which will cause sys_time to

not include sys_time_hw
This commit is contained in:
Allen Ibara
2009-06-24 19:55:50 +00:00
parent 528d244bec
commit a33011605e
+2
View File
@@ -6,6 +6,8 @@
extern uint16_t cpu_time_sec;
#ifndef READYBOARD_SYS_TIME
#include "sys_time_hw.h"
#endif
#endif /* SYS_TIME_H */