diff --git a/firmware/target/arm/as3525/ata_sd_as3525.c b/firmware/target/arm/as3525/ata_sd_as3525.c index c2a621d665..470efa56ab 100644 --- a/firmware/target/arm/as3525/ata_sd_as3525.c +++ b/firmware/target/arm/as3525/ata_sd_as3525.c @@ -386,7 +386,8 @@ static void sd_thread(void) /* * Mount succeeded, or this was an EXTRACTED event, - * in both cases notify the system about the additional filesystem + * in both cases notify the system about the changed filesystems + */ if (microsd_init) queue_broadcast(SYS_FS_CHANGED, 0);