]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / TriCore_TC1782_TriBoard_GCC / RTOSDemo / InterruptNestTest.c
index e5e7af0fb8dc0344754ce1fbb155195217bf9f9c..4ba0964f356fe40af3fe5dd215c4812c8871b38b 100644 (file)
@@ -126,7 +126,7 @@ static const unsigned long ulInterruptsPer10ms = tmrtestHIGH_FREQUENCY_TIMER_TES
 static const unsigned long ulSemaphoreGiveRate_ms = 10UL;\r
 \r
 /* The semaphore used to synchronise the interrupt with the task. */\r
-static xSemaphoreHandle xHighFrequencyTimerSemaphore = NULL;\r
+static SemaphoreHandle_t xHighFrequencyTimerSemaphore = NULL;\r
 \r
 /* Holds the count of the number of times the task is unblocked by the timer. */\r
 static volatile unsigned long ulHighFrequencyTaskIterations = 0UL;\r