2022-11-11 21:20:58 +08:00
|
|
|
#ifndef _BSP_LOG_H
|
|
|
|
#define _BSP_LOG_H
|
|
|
|
|
2022-12-05 21:01:26 +08:00
|
|
|
void BSPLogInit();
|
2022-12-02 23:10:36 +08:00
|
|
|
|
2022-12-05 21:01:26 +08:00
|
|
|
int PrintLog(const char *fmt, ...);
|
2022-12-02 23:10:36 +08:00
|
|
|
|
2022-11-11 21:20:58 +08:00
|
|
|
void Float2Str(char *str, float va);
|
|
|
|
|
|
|
|
#endif
|