fix:更新注释等

This commit is contained in:
2026-05-21 12:19:01 +08:00
parent fd65e9c6a2
commit 8ee0849831
54 changed files with 1145 additions and 683 deletions

View File

@@ -1,4 +1,14 @@
/**
******************************************************************************
* @file User\Driver\drv_usart.h
* @author 路淮
* @version v0.1
* @date 2026-05-21
* @brief 串口驱动头文件
******************************************************************************
*/
#ifndef __DRV_USART_H
#define __DRV_USART_H
@@ -10,7 +20,7 @@
#elif defined(__GNUC__)
#endif
/* includes ----------------------------------------------------------------------------------------------*/
/* includes ------------------------------------------------------------------*/
#include "global.h"
/* macro ------------------------------------------------------------------------------------------------*/