forked from ROMEO/fsw-ws
slip working with int driven rx
This commit is contained in:
@@ -212,7 +212,7 @@ void mission(void *){
|
||||
currPrio = 2;
|
||||
|
||||
PeriodicTaskIF* controllerTask = taskFactory->createPeriodicTask(
|
||||
"controller", currPrio, PeriodicTaskIF::MINIMUM_STACK_SIZE, 1, nullptr);
|
||||
"controller", currPrio, 1024, 1, nullptr);
|
||||
controllerTask->addComponent(123);
|
||||
|
||||
printf("Created Tasks\n");
|
||||
|
||||
Reference in New Issue
Block a user