summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/as3525/ata_sd_as3525.c3
1 files changed, 2 insertions, 1 deletions
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)
386 386
387 /* 387 /*
388 * Mount succeeded, or this was an EXTRACTED event, 388 * Mount succeeded, or this was an EXTRACTED event,
389 * in both cases notify the system about the additional filesystem 389 * in both cases notify the system about the changed filesystems
390 */
390 if (microsd_init) 391 if (microsd_init)
391 queue_broadcast(SYS_FS_CHANGED, 0); 392 queue_broadcast(SYS_FS_CHANGED, 0);
392 393