Files
BR_YKC/Core/User/Global/g_init.h

24 lines
507 B
C
Raw Normal View History

2026-05-21 12:19:01 +08:00
/**
******************************************************************************
* @file User\Global\g_init.h
* @author
* @version v0.1
* @date 2026-05-21
* @brief
******************************************************************************
*/
2026-03-31 15:46:04 +08:00
#ifndef __GINIT_H
#define __GINIT_H
/* Exported functions prototypes ------------------------------------------------------------------------*/
2026-05-21 10:01:28 +08:00
void g_init(void);
2026-03-31 15:46:04 +08:00
#endif /* __GINIT_H */