mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 09:37:34 +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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user