]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / PIC32MZ_MPLAB / ISRTriggeredTask.c
index 285d997e83fbfaff4dfe679b19818370098e7419..9834d10c2b0150310ddc7dc080b23e69565ad55e 100644 (file)
@@ -126,7 +126,7 @@ void __attribute__( (interrupt(ipl3), vector(_TIMER_5_VECTOR))) vT5InterruptWrap
 \r
 /* The semaphore given by the T5 interrupt to unblock the task implemented by\r
  the prvISRTriggeredTask() function. */\r
-static xSemaphoreHandle xBlockSemaphore = NULL;\r
+static SemaphoreHandle_t xBlockSemaphore = NULL;\r
 /*-----------------------------------------------------------*/\r
 \r
 void vStartISRTriggeredTask( void )\r