Skip to content

Commit

Permalink
Remove IP task priority check (#1197)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tony-josi-aws authored Oct 17, 2024
1 parent cad1f75 commit 07e9dd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/include/FreeRTOSIPConfigDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*---------------------------------------------------------------------------*/

/*
Expand Down

0 comments on commit 07e9dd0

Please sign in to comment.