Skip to content

Commit df27d77

Browse files
committed
increase max app count
1 parent 2f2f6b5 commit df27d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/targets/f3/api-hal/api-hal-task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define DEFAULT_STACK_SIZE 4096
88

99
// Max system tasks count
10-
#define MAX_TASK_COUNT 10
10+
#define MAX_TASK_COUNT 14
1111

1212
bool task_equal(TaskHandle_t a, TaskHandle_t b);
1313
bool task_is_isr_context(void);

0 commit comments

Comments
 (0)