We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8731a0 commit 081845cCopy full SHA for 081845c
1 file changed
include/TaskThread.h
@@ -22,7 +22,7 @@ class TaskThread
22
* @param pcName The name of the thread
23
* @param usStackDepth Length of stack
24
* @param uxPriority Priority, from High (20) to Low (0)
25
- * @param xCoreID Core affinity
+ * @param xCoreID Core affinity, setup and loop are on core 1
26
*/
27
TaskThread(TaskFunction_t pvTaskCode, const char *const pcName, const uint32_t usStackDepth = 10000,
28
UBaseType_t uxPriority = 5, const BaseType_t xCoreID = 0) : _pvTaskCode(pvTaskCode), _pcName(pcName)
0 commit comments