Fix stack overflow in sd_filesystem service (#390)
This commit is contained in:
		@@ -67,7 +67,7 @@ const FlipperApplication FLIPPER_SERVICES[] = {
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef APP_SD_FILESYSTEM
 | 
					#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
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef APP_DOLPHIN
 | 
					#ifdef APP_DOLPHIN
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user