task priority order comment

This commit is contained in:
Robin Müller 2019-10-22 14:01:17 +02:00
parent cbc8012198
commit 4db655e489
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ TaskFactory* TaskFactory::instance() {
}
/***
* Keep in Mind that you need to call before this vTaskStartScheduler()!
* High taskPriority_ number means high priority.
*/
PeriodicTaskIF* TaskFactory::createPeriodicTask(TaskName name_,
TaskPriority taskPriority_, TaskStackSize stackSize_,