Skip to content

Commit

Permalink
Remove the check for ipconfigIP_TASK_PRIORITY
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 17, 2024
1 parent 9dde701 commit 0d2cc52
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 ) | portPRIVILEGE_BIT ) )
#error ipconfigIP_TASK_PRIORITY must be at most configMAX_PRIORITIES - 1 or ( ( configMAX_PRIORITIES - 1 ) | portPRIVILEGE_BIT ) ) when configENABLE_MPU is enabled.
#endif

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

/*
Expand Down

0 comments on commit 0d2cc52

Please sign in to comment.