X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/27eb17cb934dcd3807bacdfe87f853e32f0cfdb4..5cae54154506176d64a581c5b3d9550c901b570c:/Projects/Webserver/Lib/uip/clock.h diff --git a/Projects/Webserver/Lib/uip/clock.h b/Projects/Webserver/Lib/uip/clock.h index b585f47aa..bbfa4ac0e 100644 --- a/Projects/Webserver/Lib/uip/clock.h +++ b/Projects/Webserver/Lib/uip/clock.h @@ -1,12 +1,13 @@ -#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__ */ +#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__ */ +