summaryrefslogtreecommitdiff
path: root/chip/npcx/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/hwtimer.c')
-rw-r--r--chip/npcx/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/hwtimer.c b/chip/npcx/hwtimer.c
index 38a8fce548..76f1822a94 100644
--- a/chip/npcx/hwtimer.c
+++ b/chip/npcx/hwtimer.c
@@ -46,7 +46,7 @@ static volatile uint32_t cur_cnt_us_dbg;
/* Internal functions */
void init_hw_timer(int itim_no, enum ITIM_SOURCE_CLOCK_T source)
{
- /* Use internal 32K clock/APB2 for ITIM16 */
+ /* Select which clock to use for this timer */
UPDATE_BIT(NPCX_ITCTS(itim_no), NPCX_ITCTS_CKSEL,
source != ITIM_SOURCE_CLOCK_APB2);