diff options
| -rw-r--r-- | firmware/target/arm/as3525/ata_sd_as3525.c | 3 |
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 c2a621d..470efa5 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); |