From 46150cded1d49c7a1ee8f592885eca3669e7c09e Mon Sep 17 00:00:00 2001 From: Paul Schroeder Date: Sat, 18 Jan 2025 17:07:12 +0100 Subject: [PATCH] chore(review): honor Signed-off-by: Paul Schroeder --- src/machine/machine_nrf52xxx.go | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/machine/machine_nrf52xxx.go b/src/machine/machine_nrf52xxx.go index 16c4040248..30c7a571b1 100644 --- a/src/machine/machine_nrf52xxx.go +++ b/src/machine/machine_nrf52xxx.go @@ -25,7 +25,6 @@ func InitADC() { // SampleTime will be ceiled to 3(default), 5, 10, 15, 20 or 40(max) µS respectively // Samples can be 1(default), 2, 4, 8, 16, 32, 64, 128, 256 samples func (a *ADC) Configure(config ADCConfig) { - var configVal uint32 = nrf.SAADC_CH_CONFIG_RESP_Bypass<