projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add uIP-split code to the Webserver project, so that each packet is split in half...
[pub/USBasp.git]
/
Projects
/
Webserver
/
makefile
diff --git
a/Projects/Webserver/makefile
b/Projects/Webserver/makefile
index
a813b8a
..
edd2824
100644
(file)
--- a/
Projects/Webserver/makefile
+++ b/
Projects/Webserver/makefile
@@
-138,6
+138,7
@@
SRC = $(TARGET).c \
Lib/uip/uip_arp.c \
\r
Lib/uip/timer.c \
\r
Lib/uip/clock.c \
\r
+ Lib/uip/uip-split.c \
\r
Lib/FATFs/diskio.c \
\r
Lib/FATFs/ff.c \
\r
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
\r