فهرست منبع

Fix stack overflow in sd_filesystem service (#390)

あく 4 سال پیش
والد
کامیت
3252de0f3e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      applications/applications.c

+ 1 - 1
applications/applications.c

@@ -67,7 +67,7 @@ const FlipperApplication FLIPPER_SERVICES[] = {
 #endif
 
 #ifdef APP_SD_FILESYSTEM
-    {.app = sd_filesystem, .name = "sd_filesystem", .stack_size = 1024, .icon = A_Plugins_14},
+    {.app = sd_filesystem, .name = "sd_filesystem", .stack_size = 4096, .icon = A_Plugins_14},
 #endif
 
 #ifdef APP_DOLPHIN