diff --git a/src/machine/machine_nrf52xxx.go b/src/machine/machine_nrf52xxx.go index 075cef62f..ef3c7cb77 100644 --- a/src/machine/machine_nrf52xxx.go +++ b/src/machine/machine_nrf52xxx.go @@ -141,7 +141,6 @@ func (a *ADC) Get() uint16 { } // Set pin to read. - nrf.SAADC.CH[0].PSELN.Set(pwmPin) nrf.SAADC.CH[0].PSELP.Set(pwmPin) // Destination for sample result.