/** ****************************************************************************** * @file User\Global\g_init.h * @author 路淮 * @version v0.1 * @date 2026-05-21 * @brief 全局初始化头文件 ****************************************************************************** */ #ifndef __GINIT_H #define __GINIT_H /* Exported functions prototypes ------------------------------------------------------------------------*/ void g_init(void); #endif /* __GINIT_H */