change all usart modules to have same api

This commit is contained in:
NeoZng
2022-11-05 21:59:03 +08:00
parent 95607668e1
commit 4d27bd9b0f
9 changed files with 43 additions and 25 deletions

View File

@@ -0,0 +1,22 @@
/**
* @file referee.h
* @author your name (you@domain.com)
* @brief
* @version 0.1
* @date 2022-11-04
*
* @copyright Copyright (c) 2022
*
*/
#ifndef REFEREE_H
#define REFEREE_H
#include"bsp_usart.h"
#include"usart.h"
#endif // !REFEREE_H