onekey: enable ADC for Bluepill and Blackpill (#18545)
This commit is contained in:
parent
def966cd66
commit
e0115caab9
10 changed files with 26 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_ADC_USE_ADC1
|
||||
#define STM32_ADC_USE_ADC1 TRUE
|
||||
|
||||
#undef STM32_PWM_USE_TIM2
|
||||
#define STM32_PWM_USE_TIM2 TRUE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue