mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 16:15:08 -05:00
Fixed Imports for Infineon XMC1100 Board (#88)
Co-authored-by: RichardBarry <3073890+RichardBarry@users.noreply.github.com>
This commit is contained in:
parent
2df5eeef57
commit
072a173c9d
3 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@
|
|||
#include "queue.h"
|
||||
|
||||
/* Demo includes. */
|
||||
#include "ParTest.h"
|
||||
#include "partest.h"
|
||||
|
||||
/* Priorities at which the tasks are created. */
|
||||
#define mainQUEUE_RECEIVE_TASK_PRIORITY ( tskIDLE_PRIORITY + 2 )
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
#include "blocktim.h"
|
||||
#include "countsem.h"
|
||||
#include "recmutex.h"
|
||||
#include "ParTest.h"
|
||||
#include "partest.h"
|
||||
#include "dynamic.h"
|
||||
#include "QueueOverwrite.h"
|
||||
#include "QueueSet.h"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#include "semphr.h"
|
||||
|
||||
/* Demo application include. */
|
||||
#include "ParTest.h"
|
||||
#include "partest.h"
|
||||
#include "QueueSet.h"
|
||||
|
||||
/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue