hotfix: increase max task to 10

This commit is contained in:
aanper 2020-10-29 10:13:56 +03:00
parent 0af239ebc0
commit f9b6440f7f

View File

@ -9,7 +9,7 @@
#include <string.h>
#define DEFAULT_STACK_SIZE 2048 // Stack size in bytes
#define MAX_TASK_COUNT 8
#define MAX_TASK_COUNT 10
#define INVALID_TASK_ID UINT16_MAX
static StaticTask_t task_info_buffer[MAX_TASK_COUNT];