Small modification to where header files are included from to make more portable.

This commit is contained in:
Richard Barry 2009-01-17 21:19:18 +00:00
parent e41454c461
commit 06265d2313
5 changed files with 69 additions and 64 deletions

View file

@ -50,6 +50,9 @@
#ifndef FREERTOS_CONFIG_H
#define FREERTOS_CONFIG_H
/* Device specific includes. */
#include "mb96348hs.h"
/*
* The below define should be same as the option selected by the Memory
* Model (Project->Setup Project->C Compiler->Category->Target Depend )