summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-18 13:05:26 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-18 13:05:26 +0000
commit6a9e5e8b0211029824522993c1a670182c24bc53 (patch)
treefc9ec70e296aa50044d3161468861ffbf7c5be4f /Source
parent01b77f3143030c3c296941732c91c2fe86f02e6e (diff)
downloadfreertos-6a9e5e8b0211029824522993c1a670182c24bc53.tar.gz
freertos-6a9e5e8b0211029824522993c1a670182c24bc53.tar.bz2
freertos-6a9e5e8b0211029824522993c1a670182c24bc53.tar.xz
Small modification to where header files are included from to make more portable.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@611 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/portable/Softune/MB96340/port.c1
-rw-r--r--Source/portable/Softune/MB96340/portmacro.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 947f971a..e57073e9 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -49,7 +49,6 @@
#include "FreeRTOS.h"
#include "task.h"
-#include "mb96348hs.h"
/*-----------------------------------------------------------
* Implementation of functions defined in portable.h for the 16FX port.
diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index 9575243b..110c6b12 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -51,9 +51,6 @@
#ifndef PORTMACRO_H
#define PORTMACRO_H
-/* Device specific includes. */
-#include "mb96348hs.h"
-
/* Standard includes. */
#include <stddef.h>