]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main_blinky.c
Continue Zynq demo - ParTest.c now working (with single LED), but still very much...
[freertos] / FreeRTOS / Demo / CORTEX_A9_Zynq_ZC702 / RTOSDemo / src / main_blinky.c
index aba3cfce2bcd293717c66557a7cecb2f272a4437..4837cbc47074d89fbcb31eeef2e2078eb99a6954 100644 (file)
@@ -148,7 +148,7 @@ static xQueueHandle xQueue = NULL;
 void main_blinky( void )\r
 {\r
        /* Create the queue. */\r
-       xQueue = xQueueCreate( mainQUEUE_LENGTH, sizeof( unsigned long ) );\r
+       xQueue = xQueueCreate( mainQUEUE_LENGTH, sizeof( uint32_t ) );\r
 \r
        if( xQueue != NULL )\r
        {\r