mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-08-07 05:33:56 -04:00
Memory access problem.
This commit is contained in:
1 parent
4ab64524f9
commit
1e34c1b07d
11 files changed
+63
-21
No files matched your search
@@ -121,7 +121,8 @@ bool Worker::run() {
|
||||
workerName.c_str(),
|
||||
512,
|
||||
this,
|
||||
service->GetPriority(), &taskHandle);
|
||||
service->GetPriority(),
|
||||
&taskHandle);
|
||||
if ( task_error != pdPASS)
|
||||
{
|
||||
// LOG_ERROR("Failed to start the task");
|
||||
|
||||
Reference in new issue
Block a user