diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-07-10 15:44:38 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-07-10 15:44:38 +0000 |
commit | 161cb164ca35acbc43e72d826e8573f92120256b (patch) | |
tree | bad8902317310763ab4b6e926c10875edc4509e9 /firmware/target/arm | |
parent | e7f0c3f39770fbc183d729a1d76f0bebbbc77d2a (diff) | |
download | rockbox-161cb164ca35acbc43e72d826e8573f92120256b.tar.gz rockbox-161cb164ca35acbc43e72d826e8573f92120256b.zip |
Adding last minutes comments to explain things is only cool if you close it also (aka fix yellow).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21745 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm')
-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 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); |