mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
POSIX: Make sure we do not run out of PX4 file descriptors
This commit is contained in:
parent
0cfa99436f
commit
dea467bdbd
@ -62,7 +62,7 @@
|
||||
|
||||
#define MAX_CMD_LEN 100
|
||||
|
||||
#define PX4_MAX_TASKS 50
|
||||
#define PX4_MAX_TASKS 100
|
||||
#define SHELL_TASK_ID (PX4_MAX_TASKS+1)
|
||||
|
||||
pthread_t _shell_task_id = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user