Skip to content

Commit 07e9dd0

Browse files
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
1 parent cad1f75 commit 07e9dd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/include/FreeRTOSIPConfigDefaults.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,10 +1162,6 @@ STATIC_ASSERT( pdMS_TO_TICKS( ipconfigPHY_LS_LOW_CHECK_TIME_MS ) <= portMAX_DELA
11621162
#error ipconfigIP_TASK_PRIORITY must be at least 0
11631163
#endif
11641164

1165-
#if ( ipconfigIP_TASK_PRIORITY > ( configMAX_PRIORITIES - 1 ) )
1166-
#error ipconfigIP_TASK_PRIORITY must be at most configMAX_PRIORITIES - 1
1167-
#endif
1168-
11691165
/*---------------------------------------------------------------------------*/
11701166

11711167
/*

0 commit comments

Comments
 (0)