Skip to content

Commit 71f333c

Browse files
committed
chore: cleanup
1 parent d1237fa commit 71f333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/machine_rp2_timer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func (tmr *timerType) setDbgPause(enable bool) {
108108
const bitMask = 0b11
109109
val := uint32(0b00)
110110
if enable {
111-
// Disable timer when debugger is connected to either core.:w
111+
// Disable timer when debugger is connected to either core.
112112
val = 0b11
113113
}
114114
tmr.dbgPause.ReplaceBits(val, bitMask, bitPosCore0)

0 commit comments

Comments
 (0)