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 2804f42 commit c8125adCopy full SHA for c8125ad
source/include/FreeRTOSIPConfigDefaults.h
@@ -1152,6 +1152,10 @@ STATIC_ASSERT( pdMS_TO_TICKS( ipconfigPHY_LS_LOW_CHECK_TIME_MS ) <= portMAX_DELA
1152
#error ipconfigIP_TASK_AFFINITY must be at least 0
1153
#endif
1154
1155
+#if ( ipconfigIP_TASK_AFFINITY > 0 && configUSE_CORE_AFFINITY == 0 )
1156
+ #error configUSE_CORE_AFFINITY must be 1 in order to use ipconfigIP_TASK_AFFINITY
1157
+#endif
1158
+
1159
/*---------------------------------------------------------------------------*/
1160
1161
/*
0 commit comments