aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/include/libmaple/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/include/libmaple/timer.h')
-rw-r--r--libmaple/include/libmaple/timer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmaple/include/libmaple/timer.h b/libmaple/include/libmaple/timer.h
index e8f3708..c33e8a7 100644
--- a/libmaple/include/libmaple/timer.h
+++ b/libmaple/include/libmaple/timer.h
@@ -127,9 +127,7 @@ typedef struct timer_dev {
rcc_clk_id clk_id; /**< RCC clock information */
timer_type type; /**< Timer's type */
voidFuncPtr handlers[]; /**<
- * @brief User IRQ handlers
- * It's not a good idea to touch these
- * directly.
+ * Don't touch these. Use these instead:
* @see timer_attach_interrupt()
* @see timer_detach_interrupt() */
} timer_dev;