From 4444e94e3d5001db4f71498440340543ed4afb61 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sun, 17 May 2020 17:56:51 +0300 Subject: [PATCH] Set 20Hz timer clock for touch check (1000Hz before, not need do it so fast, adc interrupt cause little noise on measure) --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.c b/ui.c index a75b724..13e7f94 100644 --- a/ui.c +++ b/ui.c @@ -2261,7 +2261,7 @@ static const EXTConfig extcfg = { }; static const GPTConfig gpt3cfg = { - 1000, /* 1kHz timer clock.*/ + 20, /* 20Hz timer clock.*/ NULL, /* Timer callback.*/ 0x0020, /* CR2:MMS=02 to output TRGO */ 0