mcuconf.h (254B)
1 // Copyright 2024 zvecr <git@zvecr.com> 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 4 #pragma once 5 6 #include_next <mcuconf.h> 7 8 #undef STM32_PWM_USE_TIM3 9 #define STM32_PWM_USE_TIM3 TRUE 10 11 #undef STM32_SERIAL_USE_USART1 12 #define STM32_SERIAL_USE_USART1 TRUE