From 7722fca898ccbcae424ecf53b4760df7e6477971 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Fri, 24 May 2024 23:25:43 +1000 Subject: [PATCH] Disable sampling delay --- source/Core/BSP/Pinecilv2/Setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Pinecilv2/Setup.cpp b/source/Core/BSP/Pinecilv2/Setup.cpp index 89496166..cb0f7b2a 100644 --- a/source/Core/BSP/Pinecilv2/Setup.cpp +++ b/source/Core/BSP/Pinecilv2/Setup.cpp @@ -163,7 +163,7 @@ void setup_adc(void) { } #endif -#if 1 +#if 0 // this sets the CVSP field (ADC conversion speed) { uint32_t regCfg2;