summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-23 08:51:51 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-23 08:51:51 +0000
commitd46c52693b8a08df15f0667f79168eed65b55a63 (patch)
tree8389b6b26c28db85246af879c1b2b88a3589aca5 /Source
parent71c330d6d57b54c5e4f5f9f6448ebda427419ca9 (diff)
downloadfreertos-d46c52693b8a08df15f0667f79168eed65b55a63.tar.gz
freertos-d46c52693b8a08df15f0667f79168eed65b55a63.tar.bz2
freertos-d46c52693b8a08df15f0667f79168eed65b55a63.tar.xz
Correct some capitalisation issues for Linux users.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@619 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/include/portable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 1271fb74..4d5efd69 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