]> git.sur5r.net Git - freertos/commitdiff
Small modification to where header files are included from to make more portable.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 18 Jan 2009 13:05:26 +0000 (13:05 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 18 Jan 2009 13:05:26 +0000 (13:05 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@611 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/Softune/MB96340/port.c
Source/portable/Softune/MB96340/portmacro.h

index 947f971ad4139df4563b702c8875a259e5dca254..e57073e9467a563c80c24b1eaff77820de53b0f4 100644 (file)
@@ -49,7 +49,6 @@
 \r
 #include "FreeRTOS.h"\r
 #include "task.h"\r
-#include "mb96348hs.h"\r
 \r
 /*-----------------------------------------------------------\r
  * Implementation of functions defined in portable.h for the 16FX port.\r
index 9575243bada07011267e5a3b4611489902251d9a..110c6b1244ff97ee0948cf2d7fc4a8621133a488 100644 (file)
@@ -51,9 +51,6 @@
 #ifndef PORTMACRO_H\r
 #define PORTMACRO_H\r
 \r
-/* Device specific includes. */\r
-#include "mb96348hs.h"\r
-\r
 /* Standard includes. */\r
 #include <stddef.h>\r
 \r