diff options
Diffstat (limited to 'lib/lufa/Projects/Webserver/Lib/uip/clock.h')
| -rw-r--r-- | lib/lufa/Projects/Webserver/Lib/uip/clock.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/lufa/Projects/Webserver/Lib/uip/clock.h b/lib/lufa/Projects/Webserver/Lib/uip/clock.h deleted file mode 100644 index bbfa4ac0e..000000000 --- a/lib/lufa/Projects/Webserver/Lib/uip/clock.h +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #ifndef __CLOCK_ARCH_H__ | ||
| 2 | #define __CLOCK_ARCH_H__ | ||
| 3 | |||
| 4 | #include <stdint.h> | ||
| 5 | #include <util/atomic.h> | ||
| 6 | |||
| 7 | typedef uint16_t clock_time_t; | ||
| 8 | #define CLOCK_SECOND 100 | ||
| 9 | void clock_init(void); | ||
| 10 | clock_time_t clock_time(void); | ||
| 11 | |||
| 12 | #endif /* __CLOCK_ARCH_H__ */ | ||
| 13 | |||
