summaryrefslogtreecommitdiff
path: root/chip/nrf51/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/nrf51/hwtimer.c')
-rw-r--r--chip/nrf51/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/nrf51/hwtimer.c b/chip/nrf51/hwtimer.c
index 2f44df905c..06b8210623 100644
--- a/chip/nrf51/hwtimer.c
+++ b/chip/nrf51/hwtimer.c
@@ -116,7 +116,7 @@ void __hw_clock_source_set(uint32_t ts)
/* Interrupt handler for timer */
-void timer_irq(void)
+static void timer_irq(void)
{
int overflow = 0;