From 77035738d20b509082ffcf2d4db0ef5f5e87f112 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..d911238970 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<