]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c
Update FreeRTOS+ components and demos to use typedef names introduced in FreeRTOS V8.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator / main.c
index ee7340fccb33bb35ece94da053e08ddf905a0f43..1376be193a0c17c1898fd6d8de6815fb779b29f5 100644 (file)
@@ -180,7 +180,7 @@ const unsigned long ulMSToSleep = 5;
        the     set of sample files are created from the idle task hook function. */\r
        #if F_FS_THREAD_AWARE == 1\r
        {\r
-               static portBASE_TYPE xCreatedSampleFiles = pdFALSE;\r
+               static BaseType_t xCreatedSampleFiles = pdFALSE;\r
 \r
                /* Initialise the drive and file system, then create a few example\r
                files.  The output from this function just goes to the stdout window,\r