From 5c3363bf25d55d9e15a96721c9936e4d77004811 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sun, 30 Nov 2025 11:11:18 +0100 Subject: [PATCH] nrf: fix typo in ADC configuration This shouldn't change behavior (both values are 0), but it's a bit more correct. --- src/machine/machine_nrf52xxx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_nrf52xxx.go b/src/machine/machine_nrf52xxx.go index 90a1a7fbf..075cef62f 100644 --- a/src/machine/machine_nrf52xxx.go +++ b/src/machine/machine_nrf52xxx.go @@ -26,7 +26,7 @@ func InitADC() { // 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<