fix:更新注释等
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file user\driver\drv_init.c
|
||||
* @author luhuaishuai
|
||||
* @file User\Driver\drv_init.c
|
||||
* @author 路淮
|
||||
* @version v0.1
|
||||
* @date 2026-1-12
|
||||
* @brief Briefly describe the function of your function
|
||||
* @date 2026-05-21
|
||||
* @brief 驱动层初始化
|
||||
******************************************************************************
|
||||
*/
|
||||
/* Includes -------------------------------------------------------------------*/
|
||||
@@ -14,16 +14,12 @@
|
||||
|
||||
/* code -----------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @brief drv_all_Init:所有传感器、外设芯片、外部设备初始化
|
||||
*
|
||||
/**
|
||||
* @brief drv_all_init:所有传感器、外设芯片、外部设备初始化
|
||||
* @note none
|
||||
*
|
||||
* @param none
|
||||
*
|
||||
* @retval none
|
||||
*/
|
||||
|
||||
void drv_all_init(void)
|
||||
{
|
||||
AIR724_RESET(); /* AIR724 复位 */
|
||||
|
||||
Reference in New Issue
Block a user