From: richardbarry Date: Mon, 7 Oct 2013 20:17:28 +0000 (+0000) Subject: Take out nonsensical #if configMAC_INTERRUPT_PRIORITY > configMAC_INTERRUPT_PRIORITY... X-Git-Tag: V7.5.3~12 X-Git-Url: https://git.sur5r.net/?p=freertos;a=commitdiff_plain;h=66abb0b557f79fe301e86330a0abf4dd588e1916 Take out nonsensical #if configMAC_INTERRUPT_PRIORITY > configMAC_INTERRUPT_PRIORITY check from the LPC18xx Ethernet driver. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2054 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c index f7e000382..f8587444e 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c @@ -58,10 +58,6 @@ /* Demo includes. */ #include "NetworkInterface.h" -#if configMAC_INTERRUPT_PRIORITY > configMAC_INTERRUPT_PRIORITY - #error configMAC_INTERRUPT_PRIORITY must be greater than or equal to configMAC_INTERRUPT_PRIORITY (higher numbers mean lower logical priority) -#endif - #ifndef configNUM_RX_ETHERNET_DMA_DESCRIPTORS #error configNUM_RX_ETHERNET_DMA_DESCRIPTORS must be defined in FreeRTOSConfig.h to set the number of RX DMA descriptors #endif