summaryrefslogtreecommitdiff
path: root/include/drivers/delay_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/delay_timer.h')
-rw-r--r--include/drivers/delay_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/delay_timer.h b/include/drivers/delay_timer.h
index 4f3bdc88..0dec626c 100644
--- a/include/drivers/delay_timer.h
+++ b/include/drivers/delay_timer.h
@@ -38,7 +38,7 @@
* The driver must be initialized with a structure that provides a
* function pointer to return the timer value and a clock
* multiplier/divider. The ratio of the multiplier and the divider is
- * the clock frequency in MHz.
+ * the clock period in microseconds.
********************************************************************/
typedef struct timer_ops {