Skip to content
Snippets Groups Projects
Commit 30fe0798 authored by Daniel Agar's avatar Daniel Agar
Browse files

qurt px4_layer fix style

parent 4278dd8f
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ px4_task_t px4_task_spawn_cmd(const char *name, int scheduler, int priority, int
taskdata = (pthdata_t *)malloc(structsize + len);
if (taskdata == nullptr) {
return -ENOMEM;
return -ENOMEM;
}
offset = ((unsigned long)taskdata) + structsize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment