mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
modules/dataman: Increase stack size by 100B
Fixes: WARN [load_mon] dataman low on stack! (276 bytes left) Seen on px4_fmu-v5_protected target.
This commit is contained in:
parent
2542b1bb26
commit
d4cce452cf
@ -58,7 +58,7 @@ __BEGIN_DECLS
|
||||
__EXPORT int dataman_main(int argc, char *argv[]);
|
||||
__END_DECLS
|
||||
|
||||
static constexpr int TASK_STACK_SIZE = 1220;
|
||||
static constexpr int TASK_STACK_SIZE = 1320;
|
||||
|
||||
/* Private File based Operations */
|
||||
static ssize_t _file_write(dm_item_t item, unsigned index, const void *buf, size_t count);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user