From 072a173c9df31c75ff64bde440f3f316cedb9033 Mon Sep 17 00:00:00 2001 From: "S.Burch" <8697966+wholl0p@users.noreply.github.com> Date: Mon, 22 Jun 2020 23:39:26 +0200 Subject: [PATCH] Fixed Imports for Infineon XMC1100 Board (#88) Co-authored-by: RichardBarry <3073890+RichardBarry@users.noreply.github.com> --- .../Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c | 2 +- .../Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c | 2 +- FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c index 6db1b6ff3e..32a60fa030 100644 --- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c +++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c @@ -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 ) diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c index 3c0ebdc541..5919875cda 100644 --- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c +++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c @@ -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" diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c index 0f3770b957..6c1d1ef870 100644 --- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c +++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c @@ -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,