From 07e9dd007b1d12388a88b6656f2199329e5c1ac2 Mon Sep 17 00:00:00 2001 From: Tony Josi Date: Thu, 17 Oct 2024 21:35:31 +0530 Subject: [PATCH] Remove IP task priority check (#1197) * Make IP task priority check aware of MPU config * Fix formatting * Update as per review suggestion * Update as per review suggestion * 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 a442ec6e2..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 ) ) - #error ipconfigIP_TASK_PRIORITY must be at most configMAX_PRIORITIES - 1 -#endif - /*---------------------------------------------------------------------------*/ /*