We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adfb1d1 + 07e9dd0 commit b1d730bCopy full SHA for b1d730b
source/include/FreeRTOSIPConfigDefaults.h
@@ -1162,10 +1162,6 @@ STATIC_ASSERT( pdMS_TO_TICKS( ipconfigPHY_LS_LOW_CHECK_TIME_MS ) <= portMAX_DELA
1162
#error ipconfigIP_TASK_PRIORITY must be at least 0
1163
#endif
1164
1165
-#if ( ipconfigIP_TASK_PRIORITY > ( configMAX_PRIORITIES - 1 ) )
1166
- #error ipconfigIP_TASK_PRIORITY must be at most configMAX_PRIORITIES - 1
1167
-#endif
1168
-
1169
/*---------------------------------------------------------------------------*/
1170
1171
/*
0 commit comments