Skip to content

Commit 081845c

Browse files
committed
Core affinity, setup and loop are on core 1
1 parent e8731a0 commit 081845c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/TaskThread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TaskThread
2222
* @param pcName The name of the thread
2323
* @param usStackDepth Length of stack
2424
* @param uxPriority Priority, from High (20) to Low (0)
25-
* @param xCoreID Core affinity
25+
* @param xCoreID Core affinity, setup and loop are on core 1
2626
*/
2727
TaskThread(TaskFunction_t pvTaskCode, const char *const pcName, const uint32_t usStackDepth = 10000,
2828
UBaseType_t uxPriority = 5, const BaseType_t xCoreID = 0) : _pvTaskCode(pvTaskCode), _pcName(pcName)

0 commit comments

Comments
 (0)