summaryrefslogtreecommitdiff
path: root/FreeRTOS
diff options
context:
space:
mode:
authorRichard Barry <ribarry@amazon.com>2013-11-18 16:00:27 +0000
committerRichard Barry <ribarry@amazon.com>2013-11-18 16:00:27 +0000
commit417c3d1054c3894d09e1cd7fdd27e1eedd8c09a0 (patch)
treec82c1045aaa1304f4cb12b4dee3ad540680c0177 /FreeRTOS
parentad67be157787eaa6725ea8801f4dc0288a991c36 (diff)
downloadfreertos-git-417c3d1054c3894d09e1cd7fdd27e1eedd8c09a0.tar.gz
Change backslashes to forward slashes for all PIC projects.
Diffstat (limited to 'FreeRTOS')
-rw-r--r--FreeRTOS/Source/include/portable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/FreeRTOS/Source/include/portable.h b/FreeRTOS/Source/include/portable.h
index cb3bacbab..1240ecf60 100644
--- a/FreeRTOS/Source/include/portable.h
+++ b/FreeRTOS/Source/include/portable.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.
+ FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -91,15 +91,15 @@
#endif
#ifdef MPLAB_PIC24_PORT
- #include "..\..\Source\portable\MPLAB\PIC24_dsPIC\portmacro.h"
+ #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"
#endif
#ifdef MPLAB_DSPIC_PORT
- #include "..\..\Source\portable\MPLAB\PIC24_dsPIC\portmacro.h"
+ #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"
#endif
#ifdef MPLAB_PIC18F_PORT
- #include "..\..\Source\portable\MPLAB\PIC18F\portmacro.h"
+ #include "../../Source/portable/MPLAB/PIC18F/portmacro.h"
#endif
#ifdef MPLAB_PIC32MX_PORT