mcuconf.h (311B)
1 // Copyright 2023 Stefan Kerkmann 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 4 #pragma once 5 6 #include_next <mcuconf.h> 7 8 #undef STM32_ADC_USE_ADC1 9 #define STM32_ADC_USE_ADC1 TRUE 10 11 #undef STM32_SIO_USE_USART1 12 #define STM32_SIO_USE_USART1 TRUE 13 14 #undef STM32_SERIAL_USE_USART1 15 #define STM32_SERIAL_USE_USART1 TRUE