convert usart.c to cpp class

This commit is contained in:
2024-12-16 11:36:03 +01:00
parent e27ae40884
commit 7b7e783d68
8 changed files with 55 additions and 153 deletions

View File

@@ -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__ */