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 d1237fa commit 71f333cCopy full SHA for 71f333c
src/machine/machine_rp2_timer.go
@@ -108,7 +108,7 @@ func (tmr *timerType) setDbgPause(enable bool) {
108
const bitMask = 0b11
109
val := uint32(0b00)
110
if enable {
111
- // Disable timer when debugger is connected to either core.:w
+ // Disable timer when debugger is connected to either core.
112
val = 0b11
113
}
114
tmr.dbgPause.ReplaceBits(val, bitMask, bitPosCore0)
0 commit comments