]> git.sur5r.net Git - freertos/commitdiff
Change the case of an include file and a file name in the makefile for the SAM7X...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 30 Jan 2011 17:55:50 +0000 (17:55 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 30 Jan 2011 17:55:50 +0000 (17:55 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1270 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c

index e904e35aea8790822a3725459cb948f2e83832cb..13ba91a5c7a9b7d7f9ea3f37d59b25c526d4100f 100644 (file)
@@ -118,7 +118,7 @@ THUMB_SOURCE= \
 \r
 ARM_SOURCE= \\r
                $(RTOS_SOURCE_DIR)/portable/GCC/ARM7_AT91SAM7S/portISR.c \\r
-               ./webserver/emac_isr.c \\r
+               ./webserver/EMAC_ISR.c \\r
                ./SrcAtmel/Cstartup_SAM7.c \\r
                ./USB/USB_ISR.c\r
 \r
index 9e7a570537bf7b1e6818bedf9bde29582f1d0777..77d29b0f44265364945eab176fdb1ff78cb43c74 100644 (file)
@@ -92,7 +92,7 @@
 /* Demo application includes. */\r
 #include "partest.h"\r
 #include "USBSample.h"\r
-#include "uip_task.h"\r
+#include "uIP_Task.h"\r
 #include "BlockQ.h"\r
 #include "blocktim.h"\r
 #include "flash.h"\r