POSIX: Make sure we do not run out of PX4 file descriptors

This commit is contained in:
Lorenz Meier 2017-06-27 10:18:35 +02:00 committed by Beat Küng
parent 0cfa99436f
commit dea467bdbd

View File

@ -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;