summaryrefslogtreecommitdiff
path: root/stmhal/timer.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-07-02 14:10:18 +0100
committerDamien George <damien.p.george@gmail.com>2014-07-02 14:10:18 +0100
commit5e6419cb11b2897e29ab6dd5b74245d5b42742cf (patch)
tree7c9519100291697b52c3e08231bd3b39cc67f93c /stmhal/timer.h
parent9cd96cf25d4b044288a923dae63e8e7d8c261c7b (diff)
parente70b5dbe589ea1c085247ca21c7b4d0efd972c27 (diff)
Merge branch 'dhylands-add-timer-deinit'
Diffstat (limited to 'stmhal/timer.h')
-rw-r--r--stmhal/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/timer.h b/stmhal/timer.h
index 9b19d1cd1..2a892db28 100644
--- a/stmhal/timer.h
+++ b/stmhal/timer.h
@@ -40,4 +40,6 @@ void timer_tim3_init(void);
void timer_tim5_init(void);
void timer_tim6_init(uint freq);
+void timer_deinit(void);
+
void timer_irq_handler(uint tim_id);