summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-26 15:59:46 +0000
committerDave Chapman <dave@dchapman.com>2006-02-26 15:59:46 +0000
commit2f76763d73c7be641cd55c30ff15f6ff9dda5fe0 (patch)
tree29179e6843bf4de0bdedf9ed40e07cfb520bdad8 /firmware/system.c
parent4b9fbd168713e572f9a73a7bacaa850e8c961994 (diff)
downloadrockbox-2f76763d73c7be641cd55c30ff15f6ff9dda5fe0.tar.gz
rockbox-2f76763d73c7be641cd55c30ff15f6ff9dda5fe0.zip
iPod 3G - initial (completely untested) attempt at audio support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8847 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/system.c b/firmware/system.c
index b47d983595..79004f8284 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -1237,10 +1237,6 @@ void irq(void)
1237 TIMER1(); 1237 TIMER1();
1238} 1238}
1239 1239
1240void fiq(void)
1241{
1242 /** TODO: implement this function **/
1243}
1244#endif 1240#endif
1245 1241
1246/* TODO: The following two function have been lifted straight from IPL, and 1242/* TODO: The following two function have been lifted straight from IPL, and