From 0d2cc52862da781d53e772bb1ef75d5549b2d66c Mon Sep 17 00:00:00 2001 From: tony-josi-aws Date: Thu, 17 Oct 2024 20:11:38 +0530 Subject: [PATCH] Remove the check for ipconfigIP_TASK_PRIORITY --- source/include/FreeRTOSIPConfigDefaults.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/include/FreeRTOSIPConfigDefaults.h b/source/include/FreeRTOSIPConfigDefaults.h index 38c70fb1f..6bf290c91 100644 --- a/source/include/FreeRTOSIPConfigDefaults.h +++ b/source/include/FreeRTOSIPConfigDefaults.h @@ -1162,10 +1162,6 @@ STATIC_ASSERT( pdMS_TO_TICKS( ipconfigPHY_LS_LOW_CHECK_TIME_MS ) <= portMAX_DELA #error ipconfigIP_TASK_PRIORITY must be at least 0 #endif -#if ( ipconfigIP_TASK_PRIORITY > ( ( configMAX_PRIORITIES - 1 ) | portPRIVILEGE_BIT ) ) - #error ipconfigIP_TASK_PRIORITY must be at most configMAX_PRIORITIES - 1 or ( ( configMAX_PRIORITIES - 1 ) | portPRIVILEGE_BIT ) ) when configENABLE_MPU is enabled. -#endif - /*---------------------------------------------------------------------------*/ /*