summaryrefslogtreecommitdiff
path: root/chip/mchp/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/hwtimer.c')
-rw-r--r--chip/mchp/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/hwtimer.c b/chip/mchp/hwtimer.c
index a69fa4ab7e..e84f278f4a 100644
--- a/chip/mchp/hwtimer.c
+++ b/chip/mchp/hwtimer.c
@@ -115,7 +115,7 @@ int __hw_clock_source_init(uint32_t start_t)
MCHP_TMR32_GIRQ_BIT(1);
/*
* Not needed when using direct mode interrupts
- * MCHP_INT_BLK_EN |= (1 << MCHP_TMR32_GIRQ);
+ * MCHP_INT_BLK_EN |= BIT(MCHP_TMR32_GIRQ);
*/
return MCHP_IRQ_TIMER32_1;
}