]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / lwIP_Demo_Rowley_ARM7 / EMAC / SAM7_EMAC_ISR.c
index 0105773b38f4a54dfce4db2f6ee313d017003112..13fff123042fc8c315191792f92d797f300e2be1 100644 (file)
@@ -74,7 +74,7 @@
 \r
 /* The semaphore used to signal the arrival of new data to the interface\r
 task. */\r
-static xSemaphoreHandle xSemaphore = NULL;\r
+static SemaphoreHandle_t xSemaphore = NULL;\r
 \r
 /* The interrupt entry point is naked so we can control the context saving. */\r
 void vEMACISR_Wrapper( void ) __attribute__((naked));\r
@@ -141,7 +141,7 @@ void  vEMACISR_Wrapper( void )
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-void vPassEMACSemaphore( xSemaphoreHandle xCreatedSemaphore )\r
+void vPassEMACSemaphore( SemaphoreHandle_t xCreatedSemaphore )\r
 {\r
        /* Simply store the semaphore that should be used by the ISR. */\r
        xSemaphore = xCreatedSemaphore;\r