Skip to content
Snippets Groups Projects
Commit aee05d0a authored by Lorenz Meier's avatar Lorenz Meier
Browse files

FMU: Increase stack space as needed (shown by instrumentation) to retain a 300 bytes buffer.

parent a62a71f4
No related branches found
No related tags found
No related merge requests found
/****************************************************************************
*
* Copyright (c) 2012-2015, 2017 PX4 Development Team. All rights reserved.
* Copyright (c) 2012-2018 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
......@@ -1022,7 +1022,7 @@ PX4FMU::task_spawn(int argc, char *argv[])
_task_id = px4_task_spawn_cmd("fmu",
SCHED_DEFAULT,
SCHED_PRIORITY_ACTUATOR_OUTPUTS,
1310,
1340,
(px4_main_t)&run_trampoline,
nullptr);
......
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