Fix stack overflow in sd_filesystem service (#390)

This commit is contained in:
あく 2021-03-26 11:47:34 +03:00 committed by GitHub
parent 372710c31a
commit 3252de0f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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