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 53794cf commit 3eb9dcaCopy full SHA for 3eb9dca
src/machine/machine_atsamd21.go
@@ -1958,7 +1958,7 @@ func handlePadCalibration() {
1958
sam.USB_DEVICE.PADCAL.SetBits(calibTransP << sam.USB_DEVICE_PADCAL_TRANSP_Pos)
1959
1960
if calibTrim == 0x7 {
1961
- calibTransN = 3
+ calibTrim = 3
1962
}
1963
sam.USB_DEVICE.PADCAL.SetBits(calibTrim << sam.USB_DEVICE_PADCAL_TRIM_Pos)
1964
src/machine/machine_atsamd51.go
@@ -2167,7 +2167,7 @@ func handlePadCalibration() {
2167
2168
2169
2170
2171
2172
2173
0 commit comments