mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
POSIX: Make sure we do not run out of PX4 file descriptors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user