Searched refs:NETWORK_INTERFACE_RX_PRIORITY (Results 1 – 1 of 1) sorted by relevance
88 #ifndef NETWORK_INTERFACE_RX_PRIORITY89 #define NETWORK_INTERFACE_RX_PRIORITY ( configMAX_PRIORITIES - 1 ) macro267 …if( xTaskCreate( rx_task, "rx_task", 512, NULL, NETWORK_INTERFACE_RX_PRIORITY, &receiveTaskHandle … in xNetworkInterfaceInitialise()