diff --git a/source/include/FreeRTOSIPConfigDefaults.h b/source/include/FreeRTOSIPConfigDefaults.h index 245a56840..77ae9e9c8 100644 --- a/source/include/FreeRTOSIPConfigDefaults.h +++ b/source/include/FreeRTOSIPConfigDefaults.h @@ -1137,10 +1137,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 - /*---------------------------------------------------------------------------*/ /*