File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1151,15 +1151,15 @@ STATIC_ASSERT( pdMS_TO_TICKS( ipconfigPHY_LS_LOW_CHECK_TIME_MS ) <= portMAX_DELA
11511151 *
11521152 * When running using a SMP kernel, task affinity can be used to prevent
11531153 * concurrent execution of code that does not fully support SMP. Until
1154- * the TCP library and ports fully supports SMP, it is necessary to set
1154+ * the TCP library and ports fully supports SMP, it is necessary to set
11551155 * the affinity of all tasks which use TCP functions to the same core in
11561156 * order to prevent concurrent execution.
1157- *
1158- * An alternative to setting task affinity is to set configRUN_MULTIPLE_PRIOIRITIES
1157+ *
1158+ * An alternative to setting task affinity is to set configRUN_MULTIPLE_PRIORITIES
11591159 * to 0.
1160- *
1160+ *
11611161 * Task affinity is defined as shifting a bit by the core number.
1162- *
1162+ *
11631163 * Example:
11641164 * (1U << 0U) //run only on core 0
11651165 * (1U << 1U) //run only on core 1
You can’t perform that action at this time.
0 commit comments