projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a TELNET server to the webserver project, which currently can list active TCP...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
clock.h
diff --git
a/Projects/Webserver/Lib/uip/clock.h
b/Projects/Webserver/Lib/uip/clock.h
index
0852cde
..
3e42e4a
100644
(file)
--- a/
Projects/Webserver/Lib/uip/clock.h
+++ b/
Projects/Webserver/Lib/uip/clock.h
@@
-2,6
+2,7
@@
#define __CLOCK_ARCH_H__
\r
#include <stdint.h>
\r
+#include <util/atomic.h>
\r
\r
typedef uint16_t clock_time_t;
\r
#define CLOCK_SECOND 100
\r