summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-04-30 21:50:13 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-04-30 21:50:13 +0000
commit2f6107fc2fc2cce2187902ac1a0aae4057b723e4 (patch)
tree7f9626440475d6f6fa81585ee73ca25b8510a980 /apps
parent33b4629b66ef8a7bff0fe2696ecca7efba8b30b2 (diff)
downloadrockbox-2f6107fc2fc2cce2187902ac1a0aae4057b723e4.tar.gz
rockbox-2f6107fc2fc2cce2187902ac1a0aae4057b723e4.zip
better clear the IRQ, although it worked without
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4568 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e92a9a4d84..f70b648a49 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -410,6 +410,7 @@ void IMIA4(void)
410{ 410{
411 if (pfn_timer != NULL) 411 if (pfn_timer != NULL)
412 pfn_timer(); /* call the user timer function */ 412 pfn_timer(); /* call the user timer function */
413 and_b(~0x01, &TSR4); /* clear the interrupt */
413} 414}
414#endif /* #ifndef SIMULATOR */ 415#endif /* #ifndef SIMULATOR */
415 416