Skip to content

Commit e980135

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

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
@@ -111,5 +111,5 @@ func (tmr *timerType) setDbgPause(enable bool) {
111111
// Disable timer when debugger is connected to either core.
112112
val = 0b11
113113
}
114-
tmr.dbgPause.ReplaceBits(val, bitMask, bitPosCore0)
114+
tmr.dbgPause.ReplaceBits(val, bitMask, bitPos)
115115
}

0 commit comments

Comments
 (0)