qurt px4_layer fix style

This commit is contained in:
Daniel Agar 2018-11-16 09:34:57 -05:00
parent 4278dd8fb4
commit 30fe079844
1 changed files with 1 additions and 1 deletions

View File

@ -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;