summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-07-10 15:44:38 +0000
committerThomas Martitz <kugel@rockbox.org>2009-07-10 15:44:38 +0000
commit161cb164ca35acbc43e72d826e8573f92120256b (patch)
treebad8902317310763ab4b6e926c10875edc4509e9
parente7f0c3f39770fbc183d729a1d76f0bebbbc77d2a (diff)
downloadrockbox-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
-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