mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Small modification to where header files are included from to make more portable.
This commit is contained in:
parent
e41454c461
commit
06265d2313
5 changed files with 69 additions and 64 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue