Skip to content

Commit e6eb61c

Browse files
committed
Fix formatting
1 parent ef9412a commit e6eb61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/include/FreeRTOSIPConfigDefaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ 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 (configENABLE_MPU != 0)
1165+
#if ( configENABLE_MPU != 0 )
11661166
#if ( ipconfigIP_TASK_PRIORITY > ( ( configMAX_PRIORITIES - 1 ) | portPRIVILEGE_BIT ) )
11671167
#error ipconfigIP_TASK_PRIORITY must be at most ( ( configMAX_PRIORITIES - 1 ) | portPRIVILEGE_BIT ) )
11681168
#endif

0 commit comments

Comments
 (0)