diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-10 21:09:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-10 21:09:53 +0000 |
commit | 5cdc29616ceed081e76de2439ed03a0e6c3a7dd1 (patch) | |
tree | 23be4f8f19d77bdeb67ec651c3a694ebebf87658 /Projects/Webserver | |
parent | bdd74a5ed92e74657c18f37648b6e031d040f47a (diff) | |
download | lufa-5cdc29616ceed081e76de2439ed03a0e6c3a7dd1.tar.gz lufa-5cdc29616ceed081e76de2439ed03a0e6c3a7dd1.tar.bz2 lufa-5cdc29616ceed081e76de2439ed03a0e6c3a7dd1.zip |
Update and add missing Atmel Studio project description XML files.
Diffstat (limited to 'Projects/Webserver')
-rw-r--r-- | Projects/Webserver/asf.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/Webserver/asf.xml b/Projects/Webserver/asf.xml index 4013a0ae0..121a9a332 100644 --- a/Projects/Webserver/asf.xml +++ b/Projects/Webserver/asf.xml @@ -47,6 +47,7 @@ <build type="c-source" value="Lib/uIPManagement.c"/>
<build type="header-file" value="Lib/uIPManagement.h"/>
+ <build type="include-path" value="Lib/FATFs/"/>
<build type="c-source" value="Lib/FATFs/ff.c"/>
<build type="header-file" value="Lib/FATFs/ff.h"/>
<build type="c-source" value="Lib/FATFs/diskio.c"/>
@@ -54,6 +55,7 @@ <build type="header-file" value="Lib/FATFs/ffconf.h"/>
<build type="header-file" value="Lib/FATFs/integer.h"/>
+ <build type="include-path" value="Lib/uip/"/>
<build type="c-source" value="Lib/uip/clock.c"/>
<build type="header-file" value="Lib/uip/clock.h"/>
<build type="c-source" value="Lib/uip/timer.c"/>
|