X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_A9_Zynq_ZC702%2FRTOSDemo%2Fsrc%2FlwIP_Demo%2FlwIP_port%2Fnetif%2Fxpqueue.c;h=6802c1310cef371631bf7348ffa11a904da9f4e8;hb=a6b7e62461745b28cc0f44478c90476ab43bacfb;hp=02bb68fd62f0547c00299b5f4ef6fd572809c686;hpb=80e5e41ebd592aa8935d4ffb56876f09ae799c45;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xpqueue.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xpqueue.c index 02bb68fd6..6802c1310 100644 --- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xpqueue.c +++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xpqueue.c @@ -31,7 +31,7 @@ pq_create_queue() pq_queue_t *q = NULL; if (i >= NUM_QUEUES) { - xil_printf("ERR: Max Queues allocated\n\r"); + //xil_printf("ERR: Max Queues allocated\n\r"); return q; }