summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/timer-archos.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/timer-archos.c')
-rw-r--r--firmware/target/sh/archos/timer-archos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/sh/archos/timer-archos.c b/firmware/target/sh/archos/timer-archos.c
index 98a3afb4b6..251d68638a 100644
--- a/firmware/target/sh/archos/timer-archos.c
+++ b/firmware/target/sh/archos/timer-archos.c
@@ -23,7 +23,7 @@
23#include "system.h" 23#include "system.h"
24#include "timer.h" 24#include "timer.h"
25 25
26void IMIA4(void) __attribute__((interrupt_handler)); 26void IMIA4(void) __attribute__((interrupt_handler)) USED_ATTR;
27void IMIA4(void) 27void IMIA4(void)
28{ 28{
29 if (pfn_timer != NULL) 29 if (pfn_timer != NULL)