#ifndef __usart_H #define __usart_H #include "stm32f0xx_hal.h" extern UART_HandleTypeDef huart1; void MX_USART1_UART_Init(void); #endif