更新了一些文档

This commit is contained in:
NeoZng
2022-12-02 23:10:36 +08:00
parent 648de9f370
commit b024d56bca
7 changed files with 124 additions and 53 deletions

View File

@@ -2,7 +2,9 @@
#define _BSP_LOG_H
void BSP_Log_Init();
int printf_log(const char *fmt, ...);
void Float2Str(char *str, float va);
#endif