]> git.sur5r.net Git - freertos/commitdiff
Change backslashes to forward slashes for all PIC projects.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Nov 2013 16:00:27 +0000 (16:00 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Nov 2013 16:00:27 +0000 (16:00 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2109 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/include/portable.h

index cb3bacbab0f0097afc227d7610a3cc5458dd133e..1240ecf60fa5fb4ea1f6fab17f116f8dc31bc550 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 #endif\r
 \r
 #ifdef MPLAB_PIC24_PORT\r
-       #include "..\..\Source\portable\MPLAB\PIC24_dsPIC\portmacro.h"\r
+       #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"\r
 #endif\r
 \r
 #ifdef MPLAB_DSPIC_PORT\r
-       #include "..\..\Source\portable\MPLAB\PIC24_dsPIC\portmacro.h"\r
+       #include "../../Source/portable/MPLAB/PIC24_dsPIC/portmacro.h"\r
 #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