]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UARTCommandConsole.c
Update FreeRTOS+ components and demos to use typedef names introduced in FreeRTOS V8.
[freertos] / FreeRTOS-Plus / Demo / Common / FreeRTOS_Plus_CLI_Demos / UARTCommandConsole.c
index 0aa8dc9127c1f4923b4354d72984c32bc7599f27..cb6080bb040deee9678fc8af40bdb197bfff72e1 100644 (file)
@@ -138,7 +138,7 @@ signed char cRxedChar;
 uint8_t ucInputIndex = 0;\r
 char *pcOutputString;\r
 static char cInputString[ cmdMAX_INPUT_SIZE ], cLastInputString[ cmdMAX_INPUT_SIZE ];\r
-portBASE_TYPE xReturned;\r
+BaseType_t xReturned;\r
 xComPortHandle xPort;\r
 \r
        ( void ) pvParameters;\r