We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2f6b5 commit df27d77Copy full SHA for df27d77
firmware/targets/f3/api-hal/api-hal-task.h
@@ -7,7 +7,7 @@
7
#define DEFAULT_STACK_SIZE 4096
8
9
// Max system tasks count
10
-#define MAX_TASK_COUNT 10
+#define MAX_TASK_COUNT 14
11
12
bool task_equal(TaskHandle_t a, TaskHandle_t b);
13
bool task_is_isr_context(void);
0 commit comments