X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/16ea5aa7a2e5f326f8ff129e740a19bb3fb7829f..ad4308b1d123c36df674f553bb0c43f23cd7a99a:/Projects/Webserver/Lib/uip/clock.h diff --git a/Projects/Webserver/Lib/uip/clock.h b/Projects/Webserver/Lib/uip/clock.h index 3e42e4a59..05d30386b 100644 --- a/Projects/Webserver/Lib/uip/clock.h +++ b/Projects/Webserver/Lib/uip/clock.h @@ -1,12 +1,12 @@ -#ifndef __CLOCK_ARCH_H__ -#define __CLOCK_ARCH_H__ +#ifndef __CLOCK_ARCH_H__ +#define __CLOCK_ARCH_H__ -#include -#include - -typedef uint16_t clock_time_t; -#define CLOCK_SECOND 100 -void clock_init(void); -clock_time_t clock_time(void); - -#endif /* __CLOCK_ARCH_H__ */ +#include +#include + +typedef uint16_t clock_time_t; +#define CLOCK_SECOND 100 +void clock_init(void); +clock_time_t clock_time(void); + +#endif /* __CLOCK_ARCH_H__ */