summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
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