fix:更新注释等
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file User\Driver\drv_init.h
|
||||
* @author 路淮
|
||||
* @version v0.1
|
||||
* @date 2026-05-21
|
||||
* @brief 驱动层初始化头文件
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef __DRVINIT_H
|
||||
#define __DRVINIT_H
|
||||
|
||||
|
||||
/* includes ----------------------------------------------------------------------------------------------*/
|
||||
/* includes ------------------------------------------------------------------*/
|
||||
#include "global.h"
|
||||
|
||||
|
||||
|
||||
/* Exported functions prototypes ------------------------------------------------------------------------*/
|
||||
/* function prototype --------------------------------------------------------*/
|
||||
void drv_all_init(void);
|
||||
|
||||
#endif /* __DRVINIT_H */
|
||||
|
||||
Reference in New Issue
Block a user