update doc

This commit is contained in:
NeoZng
2022-11-13 21:46:52 +08:00
parent c4dfe8e60b
commit 9908dfd015
19 changed files with 117 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
#ifndef BSP_INIT_h
#define BSP_INIT_h
/**
* @brief bsp层初始化统一入口
*
*/
void BSPInit();
#endif // !BSP_INIT_h