Update knock_config.h

does this work?
This commit is contained in:
AlphaX 2024-04-18 02:32:08 -04:00 committed by GitHub
parent 2f357968e8
commit df1c63fdfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/**
* @file knock_config.h
*/
/*
#pragma once
// Knock is on ADC3
@ -14,4 +14,4 @@
// Sample rate & time - depends on the exact MCU
#define KNOCK_SAMPLE_TIME ADC_SAMPLE_84
#define KNOCK_SAMPLE_RATE (STM32_PCLK2 / (4 * (84 + 12)))
*/