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.
1 parent ef9412a commit e6eb61cCopy full SHA for e6eb61c
source/include/FreeRTOSIPConfigDefaults.h
@@ -1162,7 +1162,7 @@ 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 (configENABLE_MPU != 0)
+#if ( configENABLE_MPU != 0 )
1166
#if ( ipconfigIP_TASK_PRIORITY > ( ( configMAX_PRIORITIES - 1 ) | portPRIVILEGE_BIT ) )
1167
#error ipconfigIP_TASK_PRIORITY must be at most ( ( configMAX_PRIORITIES - 1 ) | portPRIVILEGE_BIT ) )
1168
0 commit comments