Update keyboards/sawnsprojects/okayu/stm32f103/mcuconf.h

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
Sắn 2023-09-20 06:19:46 +07:00 committed by GitHub
parent 0f4c092035
commit 3b75408747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,5 @@
#include_next <mcuconf.h> #include_next <mcuconf.h>
#undef STM32_ADC_USE_ADC1
#define STM32_ADC_USE_ADC1 TRUE
#undef STM32_PWM_USE_TIM3
#define STM32_PWM_USE_TIM3 TRUE
#undef STM32_SPI_USE_SPI2 #undef STM32_SPI_USE_SPI2
#define STM32_SPI_USE_SPI2 TRUE #define STM32_SPI_USE_SPI2 TRUE