X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil%2FFull_Demo%2Fmain_full.c;h=1aaec1f6ddc5d8bc4746683103b775fa9f539290;hb=7c636ea0623ed5d65ecd33e8df65401604ea7100;hp=5bad1f7b5457839b828132ec4515df5c20285d6b;hpb=4669a8394bec1af2c25e983c4f65fb020ad64889;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c index 5bad1f7b5..1aaec1f6d 100644 --- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c +++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c @@ -124,8 +124,6 @@ #include "recmutex.h" #include "death.h" #include "partest.h" -#include "comtest2.h" -#include "serial.h" #include "TimerDemo.h" #include "QueueOverwrite.h" #include "IntQueue.h" @@ -396,8 +394,7 @@ unsigned long ulErrorFound = pdFALSE; { /* An error has been detected in one of the tasks - flash the LED at a higher frequency to give visible feedback that something has - gone wrong (it might just be that the loop back connector required - by the comtest tasks has not been fitted). */ + gone wrong. */ xDelayPeriod = mainERROR_CHECK_TASK_PERIOD; } }