mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 21:41:59 -04:00
Correct some capitalisation issues for Linux users.
This commit is contained in:
parent
5ebd915502
commit
8fa8b7c7a9
|
@ -57,12 +57,12 @@
|
||||||
/* Include the macro file relevant to the port being used. */
|
/* Include the macro file relevant to the port being used. */
|
||||||
|
|
||||||
#ifdef OPEN_WATCOM_INDUSTRIAL_PC_PORT
|
#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 )();
|
typedef void ( __interrupt __far *pxISR )();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef OPEN_WATCOM_FLASH_LITE_186_PORT
|
#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 )();
|
typedef void ( __interrupt __far *pxISR )();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MPLAB_PIC18F_PORT
|
#ifdef MPLAB_PIC18F_PORT
|
||||||
#include "..\..\source\portable\MPLAB\PIC18F\portmacro.h"
|
#include "..\..\Source\portable\MPLAB\PIC18F\portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MPLAB_PIC32MX_PORT
|
#ifdef MPLAB_PIC32MX_PORT
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef COLDFIRE_V2_GCC
|
#ifdef COLDFIRE_V2_GCC
|
||||||
#include "../../../source/portable/GCC/ColdFire_V2/portmacro.h"
|
#include "../../../Source/portable/GCC/ColdFire_V2/portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef COLDFIRE_V2_CODEWARRIOR
|
#ifdef COLDFIRE_V2_CODEWARRIOR
|
||||||
|
|
Loading…
Reference in a new issue