From: RichardBarry Date: Fri, 23 Jan 2009 08:51:51 +0000 (+0000) Subject: Correct some capitalisation issues for Linux users. X-Git-Tag: V5.1.2~77 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f16c9825b5b3ed4c0cecea9b3269db120eff54b0;p=freertos Correct some capitalisation issues for Linux users. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@619 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index 1271fb74d..4d5efd69c 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -57,12 +57,12 @@ /* Include the macro file relevant to the port being used. */ #ifdef OPEN_WATCOM_INDUSTRIAL_PC_PORT - #include "..\..\source\portable\owatcom\16bitdos\pc\portmacro.h" + #include "..\..\Source\portable\owatcom\16bitdos\pc\portmacro.h" typedef void ( __interrupt __far *pxISR )(); #endif #ifdef OPEN_WATCOM_FLASH_LITE_186_PORT - #include "..\..\source\portable\owatcom\16bitdos\flsh186\portmacro.h" + #include "..\..\Source\portable\owatcom\16bitdos\flsh186\portmacro.h" typedef void ( __interrupt __far *pxISR )(); #endif @@ -83,7 +83,7 @@ #endif #ifdef MPLAB_PIC18F_PORT - #include "..\..\source\portable\MPLAB\PIC18F\portmacro.h" + #include "..\..\Source\portable\MPLAB\PIC18F\portmacro.h" #endif #ifdef MPLAB_PIC32MX_PORT @@ -207,7 +207,7 @@ #endif #ifdef COLDFIRE_V2_GCC - #include "../../../source/portable/GCC/ColdFire_V2/portmacro.h" + #include "../../../Source/portable/GCC/ColdFire_V2/portmacro.h" #endif #ifdef COLDFIRE_V2_CODEWARRIOR