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 1245cb7 + 07e9dd0 commit 9e9b29fCopy full SHA for 9e9b29f
source/include/FreeRTOSIPConfigDefaults.h
@@ -1137,10 +1137,6 @@ STATIC_ASSERT( pdMS_TO_TICKS( ipconfigPHY_LS_LOW_CHECK_TIME_MS ) <= portMAX_DELA
1137
#error ipconfigIP_TASK_PRIORITY must be at least 0
1138
#endif
1139
1140
-#if ( ipconfigIP_TASK_PRIORITY > ( configMAX_PRIORITIES - 1 ) )
1141
- #error ipconfigIP_TASK_PRIORITY must be at most configMAX_PRIORITIES - 1
1142
-#endif
1143
-
1144
/*---------------------------------------------------------------------------*/
1145
1146
/*
0 commit comments