X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS-Plus%2FDemo%2FFreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator%2Fmain.c;h=1376be193a0c17c1898fd6d8de6815fb779b29f5;hb=b254c7a9d4ad1859162633843c84ce2a0e6cba44;hp=ee7340fccb33bb35ece94da053e08ddf905a0f43;hpb=bb2faca82c580d60469d268594bdc3cb26a632b3;p=freertos diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c index ee7340fcc..1376be193 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c @@ -180,7 +180,7 @@ const unsigned long ulMSToSleep = 5; the set of sample files are created from the idle task hook function. */ #if F_FS_THREAD_AWARE == 1 { - static portBASE_TYPE xCreatedSampleFiles = pdFALSE; + static BaseType_t xCreatedSampleFiles = pdFALSE; /* Initialise the drive and file system, then create a few example files. The output from this function just goes to the stdout window,