#include "stm32f10x.h" void My_USART_Config(USART_TypeDef* USARTx, uint32_t baudrate) { uint32_t f_clk = 0;