mcuconf.h (678B)
1 /* 2 * ---------------------------------------------------------------------------- 3 * "THE BEER-WARE LICENSE" (Revision 42): 4 * <https://github.com/Legonut> wrote this file. As long as you retain this 5 * notice you can do whatever you want with this stuff. If we meet some day, and 6 * you think this stuff is worth it, you can buy me a beer in return. David Rauseo 7 * ---------------------------------------------------------------------------- 8 */ 9 10 #pragma once 11 12 #include_next <mcuconf.h> 13 14 #undef STM32_I2C_USE_I2C1 15 #define STM32_I2C_USE_I2C1 TRUE 16 17 #undef STM32_PWM_USE_TIM3 18 #define STM32_PWM_USE_TIM3 TRUE 19 20 #undef STM32_SERIAL_USE_USART1 21 #define STM32_SERIAL_USE_USART1 TRUE