Procházet zdrojové kódy

hotfix: increase max task to 10

aanper před 5 roky
rodič
revize
f9b6440f7f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      core/furi_ac.c

+ 1 - 1
core/furi_ac.c

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