We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f333c commit e980135Copy full SHA for e980135
src/machine/machine_rp2_timer.go
@@ -111,5 +111,5 @@ func (tmr *timerType) setDbgPause(enable bool) {
111
// Disable timer when debugger is connected to either core.
112
val = 0b11
113
}
114
- tmr.dbgPause.ReplaceBits(val, bitMask, bitPosCore0)
+ tmr.dbgPause.ReplaceBits(val, bitMask, bitPos)
115
0 commit comments