mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
Set 20Hz timer clock for touch check (1000Hz before, not need do it so fast, adc interrupt cause little noise on measure)
This commit is contained in:
parent
cd745ca5eb
commit
4444e94e3d
1 changed files with 1 additions and 1 deletions
2
ui.c
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue