]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / MicroBlaze_Spartan-6_EthernetLite / SDKProjects / RTOSDemo / serial.c
index 5029961071c592aaae67bcb270ab5744c68d622a..07f48c6b28c1be2489963d4bb37d97b527e2fa9b 100644 (file)
@@ -91,7 +91,7 @@ This is used by the Xilinx peripheral driver API functions. */
 static XUartLite xUartLiteInstance;\r
 \r
 /* The queue used to hold received characters. */\r
-static xQueueHandle xRxedChars;\r
+static QueueHandle_t xRxedChars;\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
@@ -148,7 +148,7 @@ portBASE_TYPE xStatus;
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-portBASE_TYPE xSerialGetChar( xComPortHandle pxPort, signed char *pcRxedChar, portTickType xBlockTime )\r
+portBASE_TYPE xSerialGetChar( xComPortHandle pxPort, signed char *pcRxedChar, TickType_t xBlockTime )\r
 {\r
        /* The port handle is not required as this driver only supports one port. */\r
        ( void ) pxPort;\r