]> git.sur5r.net Git - freertos/commitdiff
Correct some capitalisation issues for Linux users.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 Jan 2009 08:51:51 +0000 (08:51 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 Jan 2009 08:51:51 +0000 (08:51 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@619 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/include/portable.h

index 1271fb74dbef08fecc8f043cc8c1380b3fd07f68..4d5efd69c8c1e55a05bcf569cf841c70bceba46f 100644 (file)
 /* Include the macro file relevant to the port being used. */\r
 \r
 #ifdef OPEN_WATCOM_INDUSTRIAL_PC_PORT\r
-       #include "..\..\source\portable\owatcom\16bitdos\pc\portmacro.h"\r
+       #include "..\..\Source\portable\owatcom\16bitdos\pc\portmacro.h"\r
        typedef void ( __interrupt __far *pxISR )();\r
 #endif\r
 \r
 #ifdef OPEN_WATCOM_FLASH_LITE_186_PORT\r
-       #include "..\..\source\portable\owatcom\16bitdos\flsh186\portmacro.h"\r
+       #include "..\..\Source\portable\owatcom\16bitdos\flsh186\portmacro.h"\r
        typedef void ( __interrupt __far *pxISR )();\r
 #endif\r
 \r
@@ -83,7 +83,7 @@
 #endif\r
 \r
 #ifdef MPLAB_PIC18F_PORT\r
-       #include "..\..\source\portable\MPLAB\PIC18F\portmacro.h"\r
+       #include "..\..\Source\portable\MPLAB\PIC18F\portmacro.h"\r
 #endif\r
 \r
 #ifdef MPLAB_PIC32MX_PORT\r
 #endif\r
 \r
 #ifdef COLDFIRE_V2_GCC\r
-       #include "../../../source/portable/GCC/ColdFire_V2/portmacro.h"\r
+       #include "../../../Source/portable/GCC/ColdFire_V2/portmacro.h"\r
 #endif\r
 \r
 #ifdef COLDFIRE_V2_CODEWARRIOR\r