From: richardbarry Date: Sun, 30 Jan 2011 17:55:50 +0000 (+0000) Subject: Change the case of an include file and a file name in the makefile for the SAM7X... X-Git-Tag: V7.0.0~79 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2afd2f6beb14968c543204953f42b672c87fc463;p=freertos Change the case of an include file and a file name in the makefile for the SAM7X Eclipse demo to ensure it can be built on Linux. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1270 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile index e904e35ae..13ba91a5c 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile @@ -118,7 +118,7 @@ THUMB_SOURCE= \ ARM_SOURCE= \ $(RTOS_SOURCE_DIR)/portable/GCC/ARM7_AT91SAM7S/portISR.c \ - ./webserver/emac_isr.c \ + ./webserver/EMAC_ISR.c \ ./SrcAtmel/Cstartup_SAM7.c \ ./USB/USB_ISR.c diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c index 9e7a57053..77d29b0f4 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c @@ -92,7 +92,7 @@ /* Demo application includes. */ #include "partest.h" #include "USBSample.h" -#include "uip_task.h" +#include "uIP_Task.h" #include "BlockQ.h" #include "blocktim.h" #include "flash.h"