From d1377625bceca00b70993ada6dbad5e89d536755 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 25 Oct 2008 16:33:11 +0000 Subject: [PATCH] Replace absolute path to the asm files with the correct relative path. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@529 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp | 2 +- Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp b/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp index 2b5c22757..2d5e8708a 100644 --- a/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp +++ b/Demo/PIC24_MPLAB/RTOSDemo_PIC24.mcp @@ -111,7 +111,7 @@ file_012=..\Common\Minimal\comtest.c file_013=serial\serial.c file_014=timertest.c file_015=lcd.c -file_016=C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_PIC24.S +file_016=..\..\Source\portable\MPLAB\PIC24_dsPIC\portasm_PIC24.S file_017=..\..\source\include\semphr.h file_018=..\..\source\include\task.h file_019=..\..\source\include\croutine.h diff --git a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp index 4da98511c..3baeb6fd5 100644 --- a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp +++ b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp @@ -111,7 +111,7 @@ file_012=..\Common\Minimal\comtest.c file_013=serial\serial.c file_014=timertest.c file_015=lcd.c -file_016=C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S +file_016=..\..\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S file_017=..\..\source\include\semphr.h file_018=..\..\source\include\task.h file_019=..\..\source\include\croutine.h -- 2.39.5