diff options
author | Damien George <damien.p.george@gmail.com> | 2014-07-02 14:06:28 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-07-02 14:06:28 +0100 |
commit | 92a47b4dae14189cfd6572ee6eef09b973069d0d (patch) | |
tree | cc2b8729380716c83af74bbb65133366772b6576 /stmhal/timer.h | |
parent | 9cd96cf25d4b044288a923dae63e8e7d8c261c7b (diff) | |
parent | 0d81c133b31774058408a5f1d1a058d9734a9def (diff) | |
download | micropython-92a47b4dae14189cfd6572ee6eef09b973069d0d.tar.gz micropython-92a47b4dae14189cfd6572ee6eef09b973069d0d.zip |
Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhylands-add-timer-deinit
Diffstat (limited to 'stmhal/timer.h')
-rw-r--r-- | stmhal/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/timer.h b/stmhal/timer.h index 9b19d1cd12..2a892db285 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); |