convert usart.c to cpp class
This commit is contained in:
@@ -40,13 +40,8 @@ extern UART_HandleTypeDef huart2;
|
||||
|
||||
void MX_USART2_UART_Init(void);
|
||||
|
||||
/* USER CODE BEGIN Prototypes */
|
||||
void HAL_UART_Tx(void);
|
||||
/* USER CODE END Prototypes */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __USART_H__ */
|
||||
|
||||
|
Reference in New Issue
Block a user