increase max app count

This commit is contained in:
aanper 2020-12-10 17:58:33 +03:00
parent 2f2f6b5f50
commit df27d775bf

View File

@ -7,7 +7,7 @@
#define DEFAULT_STACK_SIZE 4096
// Max system tasks count
#define MAX_TASK_COUNT 10
#define MAX_TASK_COUNT 14
bool task_equal(TaskHandle_t a, TaskHandle_t b);
bool task_is_isr_context(void);