]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Full/events.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / Common / Full / events.c
index 24b8a25e5edcfed38c6564554341691f2fd572fa..f87f97fa6f83a1932dc3ffdee02d13cbea3ea302 100644 (file)
@@ -126,11 +126,11 @@ static portBASE_TYPE xExpectedTaskCounters[ evtNUM_TASKS ] = { 0, 0, 0, 0 };
 \r
 /* Handles to the four event tasks.  These are required to suspend and resume\r
 the tasks. */\r
-static xTaskHandle xCreatedTasks[ evtNUM_TASKS ];\r
+static TaskHandle_t xCreatedTasks[ evtNUM_TASKS ];\r
 \r
 /* The single queue onto which the controlling task posts, and the four event\r
 tasks block. */\r
-static xQueueHandle xQueue;\r
+static QueueHandle_t xQueue;\r
 \r
 /* Flag used to indicate whether or not an error has occurred at any time.\r
 An error is either the queue being full when not expected, or an unexpected\r